Home
last modified time | relevance | path

Searched refs:in_progress (Results 1 – 9 of 9) sorted by relevance

/third_party/rust/crates/nix/src/sys/
Daio.rs117 in_progress: bool, field
124 self.in_progress = false; in aio_return()
156 in_progress: false, in common_init()
170 fn in_progress(&self) -> bool { in in_progress() method
171 self.in_progress in in_progress()
175 self.as_mut().in_progress = true; in set_in_progress()
185 !self.in_progress, in set_sigev_notify()
196 .field("in_progress", &self.in_progress) in fmt()
206 thread::panicking() || !self.in_progress, in drop()
341 fn in_progress(&self) -> bool; in in_progress() method
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
D4-1.c53 int in_progress; in main() local
110 in_progress = 0; in main()
121 in_progress = 1; in main()
132 } while (in_progress); in main()
D6-1.c54 int in_progress; in main() local
109 in_progress = 0; in main()
120 in_progress = 1; in main()
132 } while (in_progress); in main()
D7-1.c52 int in_progress; in main() local
112 in_progress = 0; in main()
137 in_progress = 1; in main()
153 } while (in_progress); in main()
D5-1.c52 int in_progress; in main() local
109 in_progress = 0; in main()
121 in_progress = 1; in main()
138 } while (in_progress); in main()
/third_party/gstreamer/gstreamer/tools/
Dgst-launch.c86 static gboolean in_progress = FALSE; variable
736 if (in_progress) { in bus_handler()
844 in_progress = TRUE; in bus_handler()
849 in_progress = FALSE; in bus_handler()
858 if (!in_progress && prerolled && target_state == GST_STATE_PAUSED) { in bus_handler()
/third_party/mbedtls/include/mbedtls/
Dx509_crt.h348 } MBEDTLS_PRIVATE(in_progress); /* none if no operation is in progress */
/third_party/mbedtls/library/
Dx509_crt.c2830 if( rs_ctx != NULL && rs_ctx->in_progress == x509_crt_rs_find_parent ) in x509_crt_verify_chain()
2919 rs_ctx->in_progress = x509_crt_rs_find_parent; in x509_crt_verify_chain()
3373 ctx->in_progress = x509_crt_rs_none; in mbedtls_x509_crt_restart_init()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h51824 struct sctp_chunk *in_progress; member