Searched refs:WNOWAIT (Results 1 – 25 of 46) sorted by relevance
12
/third_party/ltp/testcases/kernel/syscalls/waitid/ |
D | waitid07.c | 31 TST_EXP_PASS(waitid(P_PID, pid_child, infop, WSTOPPED | WNOWAIT)); in run()
|
/third_party/musl/libc-test/src/api/ |
D | sys_wait.c | 23 C(WNOWAIT) in f()
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | wait.h | 42 #define WNOWAIT 0x1000000 macro
|
/third_party/musl/include/sys/ |
D | wait.h | 42 #define WNOWAIT 0x1000000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | wait.h | 42 #define WNOWAIT 0x1000000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | wait.h | 42 #define WNOWAIT 0x1000000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | wait.h | 46 #define WNOWAIT 0x1000000 macro
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | redox.txt | 159 WNOWAIT
|
D | fuchsia.txt | 999 WNOWAIT
|
D | dragonfly.txt | 1063 WNOWAIT
|
D | netbsd.txt | 1041 WNOWAIT
|
D | freebsd.txt | 1339 WNOWAIT
|
D | apple.txt | 1649 WNOWAIT
|
D | linux.txt | 2696 WNOWAIT
|
D | android.txt | 2655 WNOWAIT
|
/third_party/node/deps/v8/src/d8/ |
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/ |
D | wait.rs | 62 WNOWAIT;
|
/third_party/libwebsockets/lib/plat/unix/ |
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/libuv/src/unix/ |
D | process.c | 1071 waitid(P_PID, pid, &infop, WNOHANG | WNOWAIT | WEXITED) == 0) in uv_kill()
|
/third_party/node/deps/uv/src/unix/ |
D | process.c | 1071 waitid(P_PID, pid, &infop, WNOHANG | WNOWAIT | WEXITED) == 0) in uv_kill()
|
/third_party/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 841 pub const WNOWAIT: ::c_int = 0x0100_0000; constant
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 1486 pub const WNOWAIT: ::c_int = 0x8; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1164 pub const WNOWAIT: ::c_int = 0x01000000; constant
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1251 pub const WNOWAIT: ::c_int = 0x20; constant
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 2163 pub const WNOWAIT: ::c_int = 0x00010000; constant
|
12