/third_party/musl/Benchmark/musl/ |
D | libc_sched.cpp | 42 … = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS; in Bm_function_Clone()
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | sched.h | 51 #define CLONE_SETTLS 0x00080000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | sched.h | 51 #define CLONE_SETTLS 0x00080000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | sched.h | 51 #define CLONE_SETTLS 0x00080000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | sched.h | 53 #define CLONE_SETTLS 0x00080000 macro
|
/third_party/musl/porting/linux/user/include/ |
D | sched.h | 65 #define CLONE_SETTLS 0x00080000 macro
|
/third_party/musl/porting/liteos_a/user/include/ |
D | sched.h | 59 #define CLONE_SETTLS 0x00080000 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | sched.h | 63 #define CLONE_SETTLS 0x00080000 macro
|
/third_party/musl/include/ |
D | sched.h | 76 #define CLONE_SETTLS 0x00080000 macro
|
/third_party/musl/src/thread/liteos_a/ |
D | pthread_create.c | 241 | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS in __pthread_create()
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_create.c | 241 | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS in __pthread_create()
|
/third_party/musl/src/thread/ |
D | pthread_create.c | 249 | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS in __pthread_create()
|
/third_party/musl/src/thread/linux/ |
D | pthread_create.c | 363 | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS in __pthread_create()
|
/third_party/musl/porting/linux/user/src/thread/ |
D | pthread_create.c | 363 | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS in __pthread_create()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 129 CLONE_SETTLS
|
D | linux.txt | 273 CLONE_SETTLS
|
D | android.txt | 224 CLONE_SETTLS
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1145 pub const CLONE_SETTLS: ::c_int = 0x80000; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1923 pub const CLONE_SETTLS: ::c_int = 0x80000; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 1388 pub const CLONE_SETTLS: u32 = 524288; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 1391 pub const CLONE_SETTLS: u32 = 524288; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 1386 pub const CLONE_SETTLS: u32 = 524288; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 1380 pub const CLONE_SETTLS: u32 = 524288; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | general.rs | 1401 pub const CLONE_SETTLS: u32 = 524288; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
D | general.rs | 1388 pub const CLONE_SETTLS: u32 = 524288; constant
|