Home
last modified time | relevance | path

Searched refs:WNOWAIT (Results 1 – 25 of 46) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/waitid/
Dwaitid07.c31 TST_EXP_PASS(waitid(P_PID, pid_child, infop, WSTOPPED | WNOWAIT)); in run()
/third_party/musl/libc-test/src/api/
Dsys_wait.c23 C(WNOWAIT) in f()
/third_party/musl/porting/uniproton/kernel/include/sys/
Dwait.h42 #define WNOWAIT 0x1000000 macro
/third_party/musl/include/sys/
Dwait.h42 #define WNOWAIT 0x1000000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dwait.h42 #define WNOWAIT 0x1000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dwait.h42 #define WNOWAIT 0x1000000 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dwait.h46 #define WNOWAIT 0x1000000 macro
/third_party/rust/crates/libc/libc-test/semver/
Dredox.txt159 WNOWAIT
Dfuchsia.txt999 WNOWAIT
Ddragonfly.txt1063 WNOWAIT
Dnetbsd.txt1041 WNOWAIT
Dfreebsd.txt1339 WNOWAIT
Dapple.txt1649 WNOWAIT
Dlinux.txt2696 WNOWAIT
Dandroid.txt2655 WNOWAIT
/third_party/node/deps/v8/src/d8/
Dd8-posix.cc341 #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/
Dwait.rs62 WNOWAIT;
/third_party/libwebsockets/lib/plat/unix/
Dunix-spawn.c172 n = waitid(P_PID, (id_t)lsp->child_pid, &lsp->si, WEXITED | WNOHANG | WNOWAIT); in lws_spawn_reap()
/third_party/libuv/src/unix/
Dprocess.c1071 waitid(P_PID, pid, &infop, WNOHANG | WNOWAIT | WEXITED) == 0) in uv_kill()
/third_party/node/deps/uv/src/unix/
Dprocess.c1071 waitid(P_PID, pid, &infop, WNOHANG | WNOWAIT | WEXITED) == 0) in uv_kill()
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs841 pub const WNOWAIT: ::c_int = 0x0100_0000; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs1486 pub const WNOWAIT: ::c_int = 0x8; constant
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1164 pub const WNOWAIT: ::c_int = 0x01000000; constant
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs1251 pub const WNOWAIT: ::c_int = 0x20; constant
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs2163 pub const WNOWAIT: ::c_int = 0x00010000; constant

12