/third_party/ltp/testcases/kernel/security/tomoyo/ |
H A D | newns.c | 46 while (waitpid(pid, NULL, __WALL) == EOF && errno == EINTR) in main()
|
H A D | tomoyo_filesystem_test.c | 578 while (waitpid(pid, &error, __WALL) == EOF && in main() 596 while (waitpid(pid, &error, __WALL) == EOF && in main() 613 while (waitpid(pid, &error, __WALL) == EOF && in main()
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | wait.h | 45 #define __WALL 0x40000000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | wait.h | 45 #define __WALL 0x40000000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | wait.h | 45 #define __WALL 0x40000000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | wait.h | 49 #define __WALL 0x40000000 macro
|
/third_party/musl/include/sys/ |
H A D | wait.h | 45 #define __WALL 0x40000000 macro
|
/third_party/ltp/testcases/kernel/syscalls/clone3/ |
H A D | clone301.c | 148 SAFE_WAITPID(pid, &status, __WALL); in run()
|
/third_party/elfutils/tests/ |
H A D | backtrace.c | 337 pid_t got = waitpid (pid2, &status, __WALL); in prepare_thread() 412 pid_t pid2 = waitpid (-1, &status, __WALL); in exec_dump()
|
/third_party/rust/crates/nix/src/sys/ |
H A D | wait.rs | 70 __WALL;
|
/third_party/elfutils/libdwfl/ |
H A D | linux-pid-attach.c | 97 if (waitpid (tid, &status, __WALL) != tid || !WIFSTOPPED (status)) in __libdwfl_ptrace_attach()
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 844 pub const __WALL: ::c_int = 0x4000_0000; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 1200 pub const __WALL: ::c_int = 0x40000000; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 2167 pub const __WALL: u32 = 1073741824; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1969 pub const __WALL: ::c_int = 0x40000000; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 2166 pub const __WALL: u32 = 1073741824; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 2146 pub const __WALL: u32 = 1073741824; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 2276 pub const __WALL: u32 = 1073741824; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 2347 pub const __WALL: u32 = 1073741824; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 2298 pub const __WALL: u32 = 1073741824; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 2409 pub const __WALL: u32 = 1073741824; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 2250 pub const __WALL: u32 = 1073741824; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 2513 pub const __WALL: u32 = 1073741824; consts
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 2211 pub const __WALL: u32 = 1073741824; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 2484 pub const __WALL: u32 = 1073741824; consts
|