Home
last modified time | relevance | path

Searched refs:CLONE_SETTLS (Results 1 - 25 of 31) sorted by relevance

12

/third_party/musl/Benchmark/musl/
H A Dlibc_sched.cpp42 int flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS; in Bm_function_Clone()
/third_party/musl/src/linux/
H A Dclone.c32 int badflags = CLONE_THREAD | CLONE_SETTLS | CLONE_CHILD_CLEARTID; in clone()
/third_party/musl/porting/liteos_a/user/include/
H A Dsched.h59 #define CLONE_SETTLS 0x00080000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsched.h51 #define CLONE_SETTLS 0x00080000 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsched.h51 #define CLONE_SETTLS 0x00080000 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dsched.h53 #define CLONE_SETTLS 0x00080000 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dsched.h51 #define CLONE_SETTLS 0x00080000 macro
/third_party/musl/porting/linux/user/include/
H A Dsched.h65 #define CLONE_SETTLS 0x00080000 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dsched.h63 #define CLONE_SETTLS 0x00080000 macro
/third_party/musl/include/
H A Dsched.h76 #define CLONE_SETTLS 0x00080000 macro
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_create.c241 | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS in __pthread_create()
/third_party/musl/src/thread/liteos_a/
H A Dpthread_create.c241 | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS in __pthread_create()
/third_party/musl/src/thread/
H A Dpthread_create.c253 | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS in __pthread_create()
/third_party/musl/src/thread/linux/
H A Dpthread_create.c427 | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS in __pthread_create()
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_create.c363 | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS in __pthread_create()
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1145 pub const CLONE_SETTLS: ::c_int = 0x80000; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1388 pub const CLONE_SETTLS: u32 = 524288; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1923 pub const CLONE_SETTLS: ::c_int = 0x80000; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1391 pub const CLONE_SETTLS: u32 = 524288; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1383 pub const CLONE_SETTLS: u32 = 524288; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1401 pub const CLONE_SETTLS: u32 = 524288; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1396 pub const CLONE_SETTLS: u32 = 524288; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1393 pub const CLONE_SETTLS: u32 = 524288; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1388 pub const CLONE_SETTLS: u32 = 524288; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs1377 pub const CLONE_SETTLS: u32 = 524288; consts

Completed in 131 milliseconds

12