/third_party/ltp/testcases/kernel/syscalls/clone3/ |
D | clone302.c | 40 …{"thread-no-sighand", &valid_args, sizeof(*valid_args), CLONE_THREAD, NULL, SIGCHLD, 0, 0, 0, EINV…
|
/third_party/ltp/testcases/kernel/syscalls/clone/ |
D | clone08.c | 65 {"CLONE_THREAD", CLONE_THREAD | CLONE_SIGHAND | CLONE_VM |
|
/third_party/musl/porting/linux/user/include/ |
D | sched.h | 62 #define CLONE_THREAD 0x00010000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | sched.h | 48 #define CLONE_THREAD 0x00010000 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | sched.h | 60 #define CLONE_THREAD 0x00010000 macro
|
/third_party/musl/porting/liteos_a/user/include/ |
D | sched.h | 56 #define CLONE_THREAD 0x00010000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | sched.h | 50 #define CLONE_THREAD 0x00010000 macro
|
/third_party/musl/ndk_musl_include/ |
D | sched.h | 61 #define CLONE_THREAD 0x00010000 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | sched.h | 48 #define CLONE_THREAD 0x00010000 macro
|
/third_party/musl/include/ |
D | sched.h | 61 #define CLONE_THREAD 0x00010000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | sched.h | 48 #define CLONE_THREAD 0x00010000 macro
|
/third_party/rust/crates/nix/src/ |
D | sched.rs | 50 CLONE_THREAD;
|
/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/porting/linux/user/src/thread/ |
D | pthread_create.c | 335 | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS in __pthread_create()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 132 CLONE_THREAD
|
D | linux.txt | 276 CLONE_THREAD
|
D | android.txt | 227 CLONE_THREAD
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1142 pub const CLONE_THREAD: ::c_int = 0x10000; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1920 pub const CLONE_THREAD: ::c_int = 0x10000; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 1388 pub const CLONE_THREAD: u32 = 65536; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 1385 pub const CLONE_THREAD: u32 = 65536; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
D | general.rs | 1380 pub const CLONE_THREAD: u32 = 65536; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 1384 pub const CLONE_THREAD: u32 = 65536; constant
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | general.rs | 1374 pub const CLONE_THREAD: u32 = 65536; constant
|