/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | wait.h | 46 #define __WCLONE 0x80000000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | wait.h | 50 #define __WCLONE 0x80000000 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | wait.h | 46 #define __WCLONE 0x80000000 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | wait.h | 46 #define __WCLONE 0x80000000 macro
|
/third_party/musl/include/sys/ |
D | wait.h | 46 #define __WCLONE 0x80000000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | wait.h | 46 #define __WCLONE 0x80000000 macro
|
/third_party/musl/src/unistd/ |
D | faccessat.c | 56 __syscall(SYS_wait4, pid, &status, __WCLONE, 0); in faccessat()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | redox.txt | 176 __WCLONE
|
D | fuchsia.txt | 1157 __WCLONE
|
D | linux.txt | 2850 __WCLONE
|
D | android.txt | 2826 __WCLONE
|
/third_party/rust/crates/nix/src/sys/ |
D | wait.rs | 74 __WCLONE;
|
/third_party/libfuse/util/ |
D | fusermount.c | 335 p = waitpid(pid, &status, __WCLONE); in check_is_mount()
|
/third_party/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 846 pub const __WCLONE: ::c_int = 0x8000_0000; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1201 pub const __WCLONE: ::c_int = 0x80000000; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1970 pub const __WCLONE: ::c_int = 0x80000000; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 2167 pub const __WCLONE: u32 = 2147483648; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 2168 pub const __WCLONE: u32 = 2147483648; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
D | general.rs | 2485 pub const __WCLONE: u32 = 2147483648; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | general.rs | 2277 pub const __WCLONE: u32 = 2147483648; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | general.rs | 2299 pub const __WCLONE: u32 = 2147483648; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 2514 pub const __WCLONE: u32 = 2147483648; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 2212 pub const __WCLONE: u32 = 2147483648; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 2208 pub const __WCLONE: u32 = 2147483648; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 2348 pub const __WCLONE: u32 = 2147483648; constant
|