/third_party/musl/Benchmark/musl/ |
H A D | libc_sched.cpp | 42 int flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS; in Bm_function_Clone()
|
/third_party/ltp/testcases/kernel/syscalls/clone/ |
H A D | clone08.c | 55 {"CLONE_THREAD", CLONE_THREAD | CLONE_SIGHAND | CLONE_VM |
|
H A D | clone02.c | 68 #define FLAG_ALL (CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|SIGCHLD) 232 * CLONE_SIGHAND flag in test_setup() 356 * signal for child. If CLONE_SIGHAND flag is set, this
|
/third_party/ltp/testcases/kernel/syscalls/clone3/ |
H A D | clone302.c | 40 {"sighand-no-VM", &valid_args, sizeof(*valid_args), CLONE_SIGHAND, NULL, SIGCHLD, 0, 0, 0, EINVAL},
|
/third_party/musl/porting/liteos_a/user/include/ |
H A D | sched.h | 51 #define CLONE_SIGHAND 0x00000800 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | sched.h | 43 #define CLONE_SIGHAND 0x00000800 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | sched.h | 43 #define CLONE_SIGHAND 0x00000800 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | sched.h | 45 #define CLONE_SIGHAND 0x00000800 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | sched.h | 43 #define CLONE_SIGHAND 0x00000800 macro
|
/third_party/musl/porting/linux/user/include/ |
H A D | sched.h | 57 #define CLONE_SIGHAND 0x00000800
macro
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | sched.h | 55 #define CLONE_SIGHAND 0x00000800 macro
|
/third_party/musl/include/ |
H A D | sched.h | 68 #define CLONE_SIGHAND 0x00000800 macro
|
/third_party/rust/crates/nix/src/ |
H A D | sched.rs | 37 CLONE_SIGHAND;
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
H A D | pthread_create.c | 240 unsigned flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND in __pthread_create()
|
/third_party/musl/src/thread/liteos_a/ |
H A D | pthread_create.c | 240 unsigned flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND in __pthread_create()
|
/third_party/musl/src/thread/ |
H A D | pthread_create.c | 252 unsigned flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND in __pthread_create()
|
/third_party/musl/src/thread/linux/ |
H A D | pthread_create.c | 426 unsigned flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND in __pthread_create()
|
/third_party/musl/porting/linux/user/src/thread/ |
H A D | pthread_create.c | 362 unsigned flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND in __pthread_create()
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 1138 pub const CLONE_SIGHAND: ::c_int = 0x800; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 1380 pub const CLONE_SIGHAND: u32 = 2048; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1916 pub const CLONE_SIGHAND: ::c_int = 0x800; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 1383 pub const CLONE_SIGHAND: u32 = 2048; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 1375 pub const CLONE_SIGHAND: u32 = 2048; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 1393 pub const CLONE_SIGHAND: u32 = 2048; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 1388 pub const CLONE_SIGHAND: u32 = 2048; consts
|