Home
last modified time | relevance | path

Searched refs:CLONE_SIGHAND (Results 1 - 25 of 34) 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/ltp/testcases/kernel/syscalls/clone/
H A Dclone08.c55 {"CLONE_THREAD", CLONE_THREAD | CLONE_SIGHAND | CLONE_VM |
H A Dclone02.c68 #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 Dclone302.c40 {"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 Dsched.h51 #define CLONE_SIGHAND 0x00000800 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsched.h43 #define CLONE_SIGHAND 0x00000800 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsched.h43 #define CLONE_SIGHAND 0x00000800 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dsched.h45 #define CLONE_SIGHAND 0x00000800 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dsched.h43 #define CLONE_SIGHAND 0x00000800 macro
/third_party/musl/porting/linux/user/include/
H A Dsched.h57 #define CLONE_SIGHAND 0x00000800 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dsched.h55 #define CLONE_SIGHAND 0x00000800 macro
/third_party/musl/include/
H A Dsched.h68 #define CLONE_SIGHAND 0x00000800 macro
/third_party/rust/crates/nix/src/
H A Dsched.rs37 CLONE_SIGHAND;
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_create.c240 unsigned flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND in __pthread_create()
/third_party/musl/src/thread/liteos_a/
H A Dpthread_create.c240 unsigned flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND in __pthread_create()
/third_party/musl/src/thread/
H A Dpthread_create.c252 unsigned flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND in __pthread_create()
/third_party/musl/src/thread/linux/
H A Dpthread_create.c426 unsigned flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND in __pthread_create()
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_create.c362 unsigned flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND in __pthread_create()
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1138 pub const CLONE_SIGHAND: ::c_int = 0x800; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1380 pub const CLONE_SIGHAND: u32 = 2048; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1916 pub const CLONE_SIGHAND: ::c_int = 0x800; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1383 pub const CLONE_SIGHAND: u32 = 2048; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1375 pub const CLONE_SIGHAND: u32 = 2048; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1393 pub const CLONE_SIGHAND: u32 = 2048; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1388 pub const CLONE_SIGHAND: u32 = 2048; consts

Completed in 85 milliseconds

12