/third_party/ltp/testcases/kernel/mem/tunable/ |
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/rust/crates/rustix/src/backend/libc/process/ |
D | wait.rs | 4 WCONTINUED, WEXITSTATUS, WIFCONTINUED, WIFEXITED, WIFSIGNALED, WIFSTOPPED, WNOHANG, WSTOPSIG,
|
/third_party/rust/crates/rustix/src/backend/linux_raw/process/ |
D | wait.rs | 4 pub(crate) use linux_raw_sys::general::{WCONTINUED, WNOHANG, WUNTRACED};
|
/third_party/musl/libc-test/src/api/ |
D | sys_wait.c | 19 C(WCONTINUED) in f()
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | wait.h | 41 #define WCONTINUED 8 macro
|
/third_party/musl/include/sys/ |
D | wait.h | 41 #define WCONTINUED 8 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | wait.h | 41 #define WCONTINUED 8 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | wait.h | 41 #define WCONTINUED 8 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | wait.h | 45 #define WCONTINUED 8 macro
|
/third_party/ltp/testcases/kernel/syscalls/waitid/ |
D | waitid08.c | 45 TST_EXP_PASS(waitid(P_PID, pid_child, infop, WCONTINUED)); in run()
|
/third_party/ltp/testcases/kernel/mem/ksm/ |
D | ksm05.c | 74 SAFE_WAITPID(pid, &status, WUNTRACED | WCONTINUED); in test_ksm()
|
/third_party/rust/crates/rustix/src/process/ |
D | wait.rs | 13 const CONTINUED = backend::process::wait::WCONTINUED as _;
|
/third_party/ltp/testcases/kernel/syscalls/mmap/ |
D | mmap10.c | 181 while (waitpid(-1, &n, WUNTRACED | WCONTINUED) > 0) in mmapzero()
|
/third_party/ltp/testcases/kernel/mem/cpuset/ |
D | cpuset01.c | 147 while (waitpid(-1, &status, WUNTRACED | WCONTINUED) > 0) { in mem_hog_cpuset()
|
/third_party/rust/crates/nix/src/sys/ |
D | wait.rs | 40 WCONTINUED;
|
/third_party/mksh/ |
D | jobs.c | 1362 #if defined(WCONTINUED) && defined(WIFCONTINUED) 1363 WCONTINUED | 1405 #if defined(WCONTINUED) && defined(WIFCONTINUED)
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | unix.txt | 412 WCONTINUED
|
D | android.txt | 2645 WCONTINUED
|
/third_party/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 840 pub const WCONTINUED: ::c_int = 8; constant
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 1484 pub const WCONTINUED: ::c_int = 0x4; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1163 pub const WCONTINUED: ::c_int = 0x00000008; constant
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 1613 pub const WCONTINUED: ::c_int = 8; constant
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1248 pub const WCONTINUED: ::c_int = 0x04; constant
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 2161 pub const WCONTINUED: ::c_int = 0x00000010; constant
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 1228 pub const WCONTINUED: ::c_int = 0x0008; constant
|