/third_party/ltp/testcases/kernel/mem/tunable/ |
H A D | min_free_kbytes.c | 75 SAFE_WAITPID(pid, &status, WUNTRACED | WCONTINUED); in min_free_kbytes_test() 120 SAFE_WAITPID(pid[i], &status, WUNTRACED | WCONTINUED); in test_tune()
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_wait.c | 19 C(WCONTINUED) in f()
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | wait.h | 41 #define WCONTINUED 8 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | wait.h | 41 #define WCONTINUED 8 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | wait.h | 41 #define WCONTINUED 8 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | wait.h | 45 #define WCONTINUED 8 macro
|
/third_party/ltp/testcases/kernel/mem/ksm/ |
H A D | ksm05.c | 74 SAFE_WAITPID(pid, &status, WUNTRACED | WCONTINUED); in test_ksm()
|
/third_party/ltp/testcases/kernel/syscalls/waitid/ |
H A D | waitid08.c | 42 tst_res(TINFO, "filter child by WCONTINUED"); in run() 45 TST_EXP_PASS(waitid(P_PID, pid_child, infop, WCONTINUED)); in run()
|
/third_party/musl/include/sys/ |
H A D | wait.h | 41 #define WCONTINUED 8 macro
|
/third_party/rust/crates/rustix/src/process/ |
H A D | wait.rs | 13 const CONTINUED = backend::process::wait::WCONTINUED as _;
|
/third_party/ltp/testcases/kernel/mem/cpuset/ |
H A D | cpuset01.c | 147 while (waitpid(-1, &status, WUNTRACED | WCONTINUED) > 0) { in mem_hog_cpuset()
|
/third_party/ltp/testcases/kernel/syscalls/mmap/ |
H A D | mmap10.c | 181 while (waitpid(-1, &n, WUNTRACED | WCONTINUED) > 0) in mmapzero()
|
/third_party/rust/crates/nix/src/sys/ |
H A D | wait.rs | 40 WCONTINUED; 123 /// `WaitPidFlag::WCONTINUED` was passed. This case matches the C
|
/third_party/mksh/ |
H A D | jobs.c | 1362 #if defined(WCONTINUED) && defined(WIFCONTINUED) 1363 WCONTINUED | 1405 #if defined(WCONTINUED) && defined(WIFCONTINUED)
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 840 pub const WCONTINUED: ::c_int = 8; consts
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 1613 pub const WCONTINUED: ::c_int = 8; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 1163 pub const WCONTINUED: ::c_int = 0x00000008; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
H A D | mod.rs | 1484 pub const WCONTINUED: ::c_int = 0x4; consts
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 1248 pub const WCONTINUED: ::c_int = 0x04; consts
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 2161 pub const WCONTINUED: ::c_int = 0x00000010; consts
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 1228 pub const WCONTINUED: ::c_int = 0x0008; consts
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 1390 pub const WCONTINUED: ::c_int = 0x08; consts
|
/third_party/python/Modules/ |
H A D | posixmodule.c | 8506 or WCONTINUED and additionally may be ORed with WNOHANG or WNOWAIT. 15100 #ifdef WCONTINUED in all_ins() 15101 if (PyModule_AddIntMacro(m, WCONTINUED)) return -1; in all_ins()
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 2164 pub const WCONTINUED: u32 = 8; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1941 pub const WCONTINUED: ::c_int = 0x00000008; consts
|