/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/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/v8/src/d8/ |
D | d8-posix.cc | 335 #if defined(WNOWAIT) && !defined(ANDROID) && !defined(__APPLE__) && \ 354 waitid(P_PID, pid, &child_info, WEXITED | WNOHANG | WNOWAIT); in WaitForChild()
|
/external/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 740 pub const WNOWAIT: ::c_int = 0x0100_0000; constant
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 1042 pub const WNOWAIT: ::c_int = 8; constant
|
/external/libevent/test/ |
D | regress.c | 860 #ifdef WNOWAIT in fork_wait_check() 861 if ((waitpid(pid, &status, WNOWAIT) == -1 && errno == EINVAL) && in fork_wait_check()
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1038 pub const WNOWAIT: ::c_int = 0x20; constant
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 992 pub const WNOWAIT: ::c_int = 0x01000000; constant
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 1512 pub const WNOWAIT: ::c_int = 0x00010000; constant
|
/external/strace/ |
D | README-linux-ptrace | 118 ??? waitid usage? WNOWAIT?
|
/external/rust/crates/libc/src/unix/uclibc/ |
D | mod.rs | 1027 pub const WNOWAIT: ::c_int = 0x01000000; constant
|
/external/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 1071 pub const WNOWAIT: ::c_int = 0x80; constant
|
/external/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 2837 pub const WNOWAIT: ::c_int = 0x00000020; constant
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 14041 #ifdef WNOWAIT in all_ins() 14042 if (PyModule_AddIntMacro(m, WNOWAIT)) return -1; in all_ins()
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1925 pub const WNOWAIT: ::c_int = 0x01000000; constant
|
/external/python/cpython3/Doc/library/ |
D | os.rst | 3920 :data:`WNOHANG` or :data:`WNOWAIT`. The return value is an object 3943 WNOWAIT
|
/external/libevent/ |
D | ChangeLog | 421 …o tests: use waitpid(..., WNOWAIT) to fix failing of main/fork under solaris (43eb56c Azat Khuzhin)
|