/third_party/ltp/include/lapi/ |
D | sched.h | 143 #ifndef CLONE_IO 144 # define CLONE_IO 0x80000000 macro
|
/third_party/ltp/testcases/kernel/syscalls/kcmp/ |
D | kcmp03.c | 38 {CLONE_IO, KCMP_IO},
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | sched.h | 63 #define CLONE_IO 0x80000000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | sched.h | 63 #define CLONE_IO 0x80000000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | sched.h | 63 #define CLONE_IO 0x80000000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | sched.h | 65 #define CLONE_IO 0x80000000 macro
|
/third_party/musl/porting/linux/user/include/ |
D | sched.h | 77 #define CLONE_IO 0x80000000 macro
|
/third_party/musl/porting/liteos_a/user/include/ |
D | sched.h | 71 #define CLONE_IO 0x80000000 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | sched.h | 75 #define CLONE_IO 0x80000000 macro
|
/third_party/musl/include/ |
D | sched.h | 88 #define CLONE_IO 0x80000000 macro
|
/third_party/rust/crates/nix/src/ |
D | sched.rs | 83 CLONE_IO;
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 118 CLONE_IO
|
D | linux.txt | 261 CLONE_IO
|
D | android.txt | 212 CLONE_IO
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1157 pub const CLONE_IO: ::c_int = 0x80000000; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1934 pub const CLONE_IO: ::c_int = 0x80000000; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 1400 pub const CLONE_IO: u32 = 2147483648; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 1403 pub const CLONE_IO: u32 = 2147483648; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 1398 pub const CLONE_IO: u32 = 2147483648; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 1392 pub const CLONE_IO: u32 = 2147483648; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | general.rs | 1413 pub const CLONE_IO: u32 = 2147483648; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
D | general.rs | 1400 pub const CLONE_IO: u32 = 2147483648; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | general.rs | 1405 pub const CLONE_IO: u32 = 2147483648; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
D | general.rs | 1621 pub const CLONE_IO: u32 = 2147483648; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 1399 pub const CLONE_IO: u32 = 2147483648; constant
|