/external/python/cpython2/Lib/plat-irix5/ |
D | WAIT.py | 12 WNOWAIT = 0200 variable 13 WOPTMASK = (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
|
/external/strace/xlat/ |
D | wait4_options.h | 60 #if defined(WNOWAIT) || (defined(HAVE_DECL_WNOWAIT) && HAVE_DECL_WNOWAIT) 61 XLAT(WNOWAIT),
|
D | wait4_options.in | 9 WNOWAIT
|
/external/rust/crates/shared_child/src/sys/ |
D | unix.rs | 21 libc::WEXITED | libc::WNOWAIT, in wait_without_reaping() 59 libc::WEXITED | libc::WNOWAIT | libc::WNOHANG, in try_wait_without_reaping()
|
/external/kernel-headers/original/uapi/linux/ |
D | wait.h | 10 #define WNOWAIT 0x01000000 /* Don't reap, just poll status. */ macro
|
/external/python/cpython2/Lib/plat-irix6/ |
D | WAIT.py | 24 WNOWAIT = 0200 variable 25 WOPTMASK = (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
|
/external/ltp/testcases/kernel/syscalls/waitid/ |
D | waitid02.c | 121 .options = WSTOPPED | WNOWAIT,
|
/external/rust/crates/nix/src/sys/ |
D | wait.rs | 41 WNOWAIT;
|
/external/libwebsockets/lib/misc/ |
D | spawn.c | 133 n = waitid(P_PID, lsp->child_pid, &lsp->si, WEXITED | WNOHANG | WNOWAIT); in lws_spawn_reap()
|
/external/llvm-project/llvm/lib/Support/Unix/ |
D | Program.inc | 358 // For WNOHANG, we use waitid (which supports WNOWAIT) until the child process 363 waitid(P_PID, pid, &WaitIdInfo, WNOWAIT | WEXITED | options);
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 995 pub const WNOWAIT: ::c_int = 0x8; constant
|
/external/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 801 pub const WNOWAIT: ::c_int = 0x0100_0000; constant
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 1150 pub const WNOWAIT: ::c_int = 8; constant
|
/external/libevent/test/ |
D | regress.c | 907 #ifdef WNOWAIT in fork_wait_check() 908 if ((waitpid(pid, &status, WNOWAIT) == -1 && errno == EINVAL) && in fork_wait_check()
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1055 pub const WNOWAIT: ::c_int = 0x20; constant
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1090 pub const WNOWAIT: ::c_int = 0x01000000; constant
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 1677 pub const WNOWAIT: ::c_int = 0x00010000; constant
|
/external/strace/ |
D | README-linux-ptrace | 118 ??? waitid usage? WNOWAIT?
|
/external/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 1089 pub const WNOWAIT: ::c_int = 0x80; constant
|
/external/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 3072 pub const WNOWAIT: ::c_int = 0x00000020; constant
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 14917 #ifdef WNOWAIT in all_ins() 14918 if (PyModule_AddIntMacro(m, WNOWAIT)) return -1; in all_ins()
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1931 pub const WNOWAIT: ::c_int = 0x01000000; constant
|
/external/python/cpython3/Doc/library/ |
D | os.rst | 4047 :data:`WNOHANG` or :data:`WNOWAIT`. The return value is an object 4079 WNOWAIT
|
/external/libevent/ |
D | ChangeLog | 502 …o tests: use waitpid(..., WNOWAIT) to fix failing of main/fork under solaris (43eb56c Azat Khuzhin)
|