/third_party/ltp/testcases/kernel/syscalls/waitid/ |
H A D | waitid07.c | 31 TST_EXP_PASS(waitid(P_PID, pid_child, infop, WSTOPPED | WNOWAIT)); in run()
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_wait.c | 23 C(WNOWAIT) in f()
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | wait.h | 42 #define WNOWAIT 0x1000000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | wait.h | 42 #define WNOWAIT 0x1000000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | wait.h | 42 #define WNOWAIT 0x1000000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | wait.h | 46 #define WNOWAIT 0x1000000 macro
|
/third_party/musl/include/sys/ |
H A D | wait.h | 42 #define WNOWAIT 0x1000000 macro
|
/third_party/node/deps/v8/src/d8/ |
H A D | d8-posix.cc | 341 #if defined(WNOWAIT) && !defined(ANDROID) && !defined(__APPLE__) && \ 360 waitid(P_PID, pid, &child_info, WEXITED | WNOHANG | WNOWAIT); in WaitForChild()
|
/third_party/rust/crates/nix/src/sys/ |
H A D | wait.rs | 62 WNOWAIT;
|
/third_party/libwebsockets/lib/plat/unix/ |
H A D | unix-spawn.c | 172 n = waitid(P_PID, (id_t)lsp->child_pid, &lsp->si, WEXITED | WNOHANG | WNOWAIT); in lws_spawn_reap()
|
/third_party/node/deps/uv/src/unix/ |
H A D | process.c | 1071 waitid(P_PID, pid, &infop, WNOHANG | WNOWAIT | WEXITED) == 0) in uv_kill()
|
/third_party/libuv/src/unix/ |
H A D | process.c | 1097 waitid(P_PID, pid, &infop, WNOHANG | WNOWAIT | WEXITED) == 0) in uv_kill()
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 841 pub const WNOWAIT: ::c_int = 0x0100_0000; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 1164 pub const WNOWAIT: ::c_int = 0x01000000; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
H A D | mod.rs | 1486 pub const WNOWAIT: ::c_int = 0x8; consts
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 1251 pub const WNOWAIT: ::c_int = 0x20; consts
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 2163 pub const WNOWAIT: ::c_int = 0x00010000; consts
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 1229 pub const WNOWAIT: ::c_int = 0x0080; consts
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 1391 pub const WNOWAIT: ::c_int = 0x80; consts
|
/third_party/python/Modules/ |
H A D | posixmodule.c | 8506 or WCONTINUED and additionally may be ORed with WNOHANG or WNOWAIT. 15405 #ifdef WNOWAIT in all_ins() 15406 if (PyModule_AddIntMacro(m, WNOWAIT)) return -1; in all_ins()
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 2165 pub const WNOWAIT: u32 = 16777216; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1942 pub const WNOWAIT: ::c_int = 0x01000000; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 3015 pub const WNOWAIT: ::c_int = 8; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 2164 pub const WNOWAIT: u32 = 16777216; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 2144 pub const WNOWAIT: u32 = 16777216; consts
|