Home
last modified time | relevance | path

Searched refs:WNOWAIT (Results 1 - 25 of 37) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/waitid/
H A Dwaitid07.c31 TST_EXP_PASS(waitid(P_PID, pid_child, infop, WSTOPPED | WNOWAIT)); in run()
/third_party/musl/libc-test/src/api/
H A Dsys_wait.c23 C(WNOWAIT) in f()
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dwait.h42 #define WNOWAIT 0x1000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dwait.h42 #define WNOWAIT 0x1000000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dwait.h42 #define WNOWAIT 0x1000000 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dwait.h46 #define WNOWAIT 0x1000000 macro
/third_party/musl/include/sys/
H A Dwait.h42 #define WNOWAIT 0x1000000 macro
/third_party/node/deps/v8/src/d8/
H A 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/
H A Dwait.rs62 WNOWAIT;
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-spawn.c172 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 Dprocess.c1071 waitid(P_PID, pid, &infop, WNOHANG | WNOWAIT | WEXITED) == 0) in uv_kill()
/third_party/libuv/src/unix/
H A Dprocess.c1097 waitid(P_PID, pid, &infop, WNOHANG | WNOWAIT | WEXITED) == 0) in uv_kill()
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs841 pub const WNOWAIT: ::c_int = 0x0100_0000; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1164 pub const WNOWAIT: ::c_int = 0x01000000; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1486 pub const WNOWAIT: ::c_int = 0x8; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1251 pub const WNOWAIT: ::c_int = 0x20; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2163 pub const WNOWAIT: ::c_int = 0x00010000; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1229 pub const WNOWAIT: ::c_int = 0x0080; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1391 pub const WNOWAIT: ::c_int = 0x80; consts
/third_party/python/Modules/
H A Dposixmodule.c8506 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 Dgeneral.rs2165 pub const WNOWAIT: u32 = 16777216; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1942 pub const WNOWAIT: ::c_int = 0x01000000; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs3015 pub const WNOWAIT: ::c_int = 8; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2164 pub const WNOWAIT: u32 = 16777216; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2144 pub const WNOWAIT: u32 = 16777216; consts

Completed in 114 milliseconds

12