Home
last modified time | relevance | path

Searched refs:WCONTINUED (Results 1 – 25 of 45) sorted by relevance

12

/third_party/ltp/testcases/kernel/mem/tunable/
Dmin_free_kbytes.c75 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/
Dwait.rs4 WCONTINUED, WEXITSTATUS, WIFCONTINUED, WIFEXITED, WIFSIGNALED, WIFSTOPPED, WNOHANG, WSTOPSIG,
/third_party/rust/crates/rustix/src/backend/linux_raw/process/
Dwait.rs4 pub(crate) use linux_raw_sys::general::{WCONTINUED, WNOHANG, WUNTRACED};
/third_party/musl/libc-test/src/api/
Dsys_wait.c19 C(WCONTINUED) in f()
/third_party/musl/porting/uniproton/kernel/include/sys/
Dwait.h41 #define WCONTINUED 8 macro
/third_party/musl/include/sys/
Dwait.h41 #define WCONTINUED 8 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dwait.h41 #define WCONTINUED 8 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dwait.h41 #define WCONTINUED 8 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dwait.h45 #define WCONTINUED 8 macro
/third_party/ltp/testcases/kernel/syscalls/waitid/
Dwaitid08.c45 TST_EXP_PASS(waitid(P_PID, pid_child, infop, WCONTINUED)); in run()
/third_party/ltp/testcases/kernel/mem/ksm/
Dksm05.c74 SAFE_WAITPID(pid, &status, WUNTRACED | WCONTINUED); in test_ksm()
/third_party/rust/crates/rustix/src/process/
Dwait.rs13 const CONTINUED = backend::process::wait::WCONTINUED as _;
/third_party/ltp/testcases/kernel/syscalls/mmap/
Dmmap10.c181 while (waitpid(-1, &n, WUNTRACED | WCONTINUED) > 0) in mmapzero()
/third_party/ltp/testcases/kernel/mem/cpuset/
Dcpuset01.c147 while (waitpid(-1, &status, WUNTRACED | WCONTINUED) > 0) { in mem_hog_cpuset()
/third_party/rust/crates/nix/src/sys/
Dwait.rs40 WCONTINUED;
/third_party/mksh/
Djobs.c1362 #if defined(WCONTINUED) && defined(WIFCONTINUED)
1363 WCONTINUED |
1405 #if defined(WCONTINUED) && defined(WIFCONTINUED)
/third_party/rust/crates/libc/libc-test/semver/
Dunix.txt412 WCONTINUED
Dandroid.txt2645 WCONTINUED
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs840 pub const WCONTINUED: ::c_int = 8; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs1484 pub const WCONTINUED: ::c_int = 0x4; constant
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1163 pub const WCONTINUED: ::c_int = 0x00000008; constant
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs1613 pub const WCONTINUED: ::c_int = 8; constant
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs1248 pub const WCONTINUED: ::c_int = 0x04; constant
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs2161 pub const WCONTINUED: ::c_int = 0x00000010; constant
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs1228 pub const WCONTINUED: ::c_int = 0x0008; constant

12