Home
last modified time | relevance | path

Searched refs:WCONTINUED (Results 1 - 25 of 40) sorted by relevance

12

/third_party/ltp/testcases/kernel/mem/tunable/
H A 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/musl/libc-test/src/api/
H A Dsys_wait.c19 C(WCONTINUED) in f()
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dwait.h41 #define WCONTINUED 8 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dwait.h41 #define WCONTINUED 8 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dwait.h41 #define WCONTINUED 8 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dwait.h45 #define WCONTINUED 8 macro
/third_party/ltp/testcases/kernel/mem/ksm/
H A Dksm05.c74 SAFE_WAITPID(pid, &status, WUNTRACED | WCONTINUED); in test_ksm()
/third_party/ltp/testcases/kernel/syscalls/waitid/
H A Dwaitid08.c42 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 Dwait.h41 #define WCONTINUED 8 macro
/third_party/rust/crates/rustix/src/process/
H A Dwait.rs13 const CONTINUED = backend::process::wait::WCONTINUED as _;
/third_party/ltp/testcases/kernel/mem/cpuset/
H A Dcpuset01.c147 while (waitpid(-1, &status, WUNTRACED | WCONTINUED) > 0) { in mem_hog_cpuset()
/third_party/ltp/testcases/kernel/syscalls/mmap/
H A Dmmap10.c181 while (waitpid(-1, &n, WUNTRACED | WCONTINUED) > 0) in mmapzero()
/third_party/rust/crates/nix/src/sys/
H A Dwait.rs40 WCONTINUED;
123 /// `WaitPidFlag::WCONTINUED` was passed. This case matches the C
/third_party/mksh/
H A Djobs.c1362 #if defined(WCONTINUED) && defined(WIFCONTINUED)
1363 WCONTINUED |
1405 #if defined(WCONTINUED) && defined(WIFCONTINUED)
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs840 pub const WCONTINUED: ::c_int = 8; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1613 pub const WCONTINUED: ::c_int = 8; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1163 pub const WCONTINUED: ::c_int = 0x00000008; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1484 pub const WCONTINUED: ::c_int = 0x4; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1248 pub const WCONTINUED: ::c_int = 0x04; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2161 pub const WCONTINUED: ::c_int = 0x00000010; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1228 pub const WCONTINUED: ::c_int = 0x0008; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1390 pub const WCONTINUED: ::c_int = 0x08; consts
/third_party/python/Modules/
H A Dposixmodule.c8506 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 Dgeneral.rs2164 pub const WCONTINUED: u32 = 8; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1941 pub const WCONTINUED: ::c_int = 0x00000008; consts

Completed in 86 milliseconds

12