/third_party/ltp/testcases/kernel/syscalls/clone/ |
D | clone08.c | 66 CLONE_CHILD_CLEARTID | SIGCHLD,
|
/third_party/musl/porting/linux/user/include/ |
D | sched.h | 67 #define CLONE_CHILD_CLEARTID 0x00200000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | sched.h | 53 #define CLONE_CHILD_CLEARTID 0x00200000 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | sched.h | 65 #define CLONE_CHILD_CLEARTID 0x00200000 macro
|
/third_party/musl/porting/liteos_a/user/include/ |
D | sched.h | 61 #define CLONE_CHILD_CLEARTID 0x00200000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | sched.h | 55 #define CLONE_CHILD_CLEARTID 0x00200000 macro
|
/third_party/musl/ndk_musl_include/ |
D | sched.h | 66 #define CLONE_CHILD_CLEARTID 0x00200000 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | sched.h | 53 #define CLONE_CHILD_CLEARTID 0x00200000 macro
|
/third_party/musl/include/ |
D | sched.h | 66 #define CLONE_CHILD_CLEARTID 0x00200000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | sched.h | 53 #define CLONE_CHILD_CLEARTID 0x00200000 macro
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_create.c | 242 | CLONE_PARENT_SETTID | CLONE_CHILD_CLEARTID | CLONE_DETACHED; in __pthread_create()
|
/third_party/musl/src/thread/ |
D | pthread_create.c | 250 | CLONE_PARENT_SETTID | CLONE_CHILD_CLEARTID | CLONE_DETACHED; in __pthread_create()
|
/third_party/musl/porting/linux/user/src/thread/ |
D | pthread_create.c | 336 | CLONE_PARENT_SETTID | CLONE_CHILD_CLEARTID | CLONE_DETACHED; in __pthread_create()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 113 CLONE_CHILD_CLEARTID
|
D | linux.txt | 256 CLONE_CHILD_CLEARTID
|
D | android.txt | 207 CLONE_CHILD_CLEARTID
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1147 pub const CLONE_CHILD_CLEARTID: ::c_int = 0x200000; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1925 pub const CLONE_CHILD_CLEARTID: ::c_int = 0x200000; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 1393 pub const CLONE_CHILD_CLEARTID: u32 = 2097152; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 1390 pub const CLONE_CHILD_CLEARTID: u32 = 2097152; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
D | general.rs | 1385 pub const CLONE_CHILD_CLEARTID: u32 = 2097152; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 1389 pub const CLONE_CHILD_CLEARTID: u32 = 2097152; constant
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | general.rs | 1379 pub const CLONE_CHILD_CLEARTID: u32 = 2097152; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | general.rs | 1403 pub const CLONE_CHILD_CLEARTID: u32 = 2097152; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 1603 pub const CLONE_CHILD_CLEARTID: u32 = 2097152; constant
|