Home
last modified time | relevance | path

Searched refs:WSTOPPED (Results 1 - 25 of 34) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/waitid/
H A Dwaitid07.c31 TST_EXP_PASS(waitid(P_PID, pid_child, infop, WSTOPPED | WNOWAIT)); in run()
H A Dwaitid08.c33 TST_EXP_PASS(waitid(P_PID, pid_child, infop, WSTOPPED)); in run()
/third_party/musl/libc-test/src/api/
H A Dsys_wait.c24 C(WSTOPPED) in f()
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dwait.h39 #define WSTOPPED 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dwait.h39 #define WSTOPPED 2 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dwait.h39 #define WSTOPPED 2 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dwait.h43 #define WSTOPPED 2 macro
/third_party/musl/include/sys/
H A Dwait.h39 #define WSTOPPED 2 macro
/third_party/rust/crates/nix/src/sys/
H A Dwait.rs51 WSTOPPED;
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs838 pub const WSTOPPED: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1161 pub const WSTOPPED: ::c_int = WUNTRACED; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1485 pub const WSTOPPED: ::c_int = 0x2; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1250 pub const WSTOPPED: ::c_int = 0x10; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2160 pub const WSTOPPED: ::c_int = 0x00000002; // same as WUNTRACED consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1226 pub const WSTOPPED: ::c_int = WUNTRACED; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1389 pub const WSTOPPED: ::c_int = WUNTRACED; consts
/third_party/python/Modules/
H A Dposixmodule.c8505 Constructed from the ORing of one or more of WEXITED, WSTOPPED
15408 #ifdef WSTOPPED in all_ins()
15409 if (PyModule_AddIntMacro(m, WSTOPPED)) return -1; in all_ins()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2162 pub const WSTOPPED: u32 = 2; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1939 pub const WSTOPPED: ::c_int = WUNTRACED; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs3013 pub const WSTOPPED: ::c_int = 2; // same as WUNTRACED consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2161 pub const WSTOPPED: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2141 pub const WSTOPPED: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2271 pub const WSTOPPED: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2342 pub const WSTOPPED: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2293 pub const WSTOPPED: u32 = 2; consts

Completed in 156 milliseconds

12