Home
last modified time | relevance | path

Searched refs:CLONE_SETTLS (Results 1 – 25 of 33) sorted by relevance

12

/third_party/musl/Benchmark/musl/
Dlibc_sched.cpp42 … = 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/
Dsched.h51 #define CLONE_SETTLS 0x00080000 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsched.h51 #define CLONE_SETTLS 0x00080000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsched.h51 #define CLONE_SETTLS 0x00080000 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dsched.h53 #define CLONE_SETTLS 0x00080000 macro
/third_party/musl/porting/linux/user/include/
Dsched.h65 #define CLONE_SETTLS 0x00080000 macro
/third_party/musl/porting/liteos_a/user/include/
Dsched.h59 #define CLONE_SETTLS 0x00080000 macro
/third_party/musl/porting/liteos_m/user/include/
Dsched.h63 #define CLONE_SETTLS 0x00080000 macro
/third_party/musl/include/
Dsched.h76 #define CLONE_SETTLS 0x00080000 macro
/third_party/musl/src/thread/liteos_a/
Dpthread_create.c241 | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS in __pthread_create()
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_create.c241 | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS in __pthread_create()
/third_party/musl/src/thread/
Dpthread_create.c249 | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS in __pthread_create()
/third_party/musl/src/thread/linux/
Dpthread_create.c363 | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS in __pthread_create()
/third_party/musl/porting/linux/user/src/thread/
Dpthread_create.c363 | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS in __pthread_create()
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt129 CLONE_SETTLS
Dlinux.txt273 CLONE_SETTLS
Dandroid.txt224 CLONE_SETTLS
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1145 pub const CLONE_SETTLS: ::c_int = 0x80000; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1923 pub const CLONE_SETTLS: ::c_int = 0x80000; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs1388 pub const CLONE_SETTLS: u32 = 524288; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs1391 pub const CLONE_SETTLS: u32 = 524288; constant
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs1386 pub const CLONE_SETTLS: u32 = 524288; constant
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs1380 pub const CLONE_SETTLS: u32 = 524288; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dgeneral.rs1401 pub const CLONE_SETTLS: u32 = 524288; constant
/third_party/rust/crates/linux-raw-sys/src/mips/
Dgeneral.rs1388 pub const CLONE_SETTLS: u32 = 524288; constant

12