Home
last modified time | relevance | path

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

12

/third_party/musl/libc-test/src/api/
Dsys_wait.c23 C(WNOWAIT) in f()
/third_party/musl/ndk_musl_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_m/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/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/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/ltp/testcases/kernel/syscalls/waitid/
Dwaitid02.c121 .options = WSTOPPED | WNOWAIT,
/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/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
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs1229 pub const WNOWAIT: ::c_int = 0x0080; constant
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs1391 pub const WNOWAIT: ::c_int = 0x80; constant

12