Home
last modified time | relevance | path

Searched refs:CLONE_THREAD (Results 1 – 25 of 34) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/clone3/
Dclone302.c40 …{"thread-no-sighand", &valid_args, sizeof(*valid_args), CLONE_THREAD, NULL, SIGCHLD, 0, 0, 0, EINV…
/third_party/ltp/testcases/kernel/syscalls/clone/
Dclone08.c65 {"CLONE_THREAD", CLONE_THREAD | CLONE_SIGHAND | CLONE_VM |
/third_party/musl/porting/linux/user/include/
Dsched.h62 #define CLONE_THREAD 0x00010000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsched.h48 #define CLONE_THREAD 0x00010000 macro
/third_party/musl/porting/liteos_m/user/include/
Dsched.h60 #define CLONE_THREAD 0x00010000 macro
/third_party/musl/porting/liteos_a/user/include/
Dsched.h56 #define CLONE_THREAD 0x00010000 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dsched.h50 #define CLONE_THREAD 0x00010000 macro
/third_party/musl/ndk_musl_include/
Dsched.h61 #define CLONE_THREAD 0x00010000 macro
/third_party/musl/porting/uniproton/kernel/include/
Dsched.h48 #define CLONE_THREAD 0x00010000 macro
/third_party/musl/include/
Dsched.h61 #define CLONE_THREAD 0x00010000 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsched.h48 #define CLONE_THREAD 0x00010000 macro
/third_party/rust/crates/nix/src/
Dsched.rs50 CLONE_THREAD;
/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/porting/linux/user/src/thread/
Dpthread_create.c335 | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS in __pthread_create()
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt132 CLONE_THREAD
Dlinux.txt276 CLONE_THREAD
Dandroid.txt227 CLONE_THREAD
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1142 pub const CLONE_THREAD: ::c_int = 0x10000; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1920 pub const CLONE_THREAD: ::c_int = 0x10000; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs1388 pub const CLONE_THREAD: u32 = 65536; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs1385 pub const CLONE_THREAD: u32 = 65536; constant
/third_party/rust/crates/linux-raw-sys/src/riscv32/
Dgeneral.rs1380 pub const CLONE_THREAD: u32 = 65536; constant
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs1384 pub const CLONE_THREAD: u32 = 65536; constant
/third_party/rust/crates/linux-raw-sys/src/arm/
Dgeneral.rs1374 pub const CLONE_THREAD: u32 = 65536; constant

12