Home
last modified time | relevance | path

Searched refs:CLONE_PARENT_SETTID (Results 1 - 25 of 32) sorted by relevance

12

/third_party/musl/src/linux/
H A Dclone.c38 if (flags & (CLONE_PIDFD | CLONE_PARENT_SETTID | CLONE_CHILD_SETTID)) in clone()
/third_party/ltp/testcases/kernel/syscalls/clone/
H A Dclone08.c53 {"CLONE_PARENT_SETTID", CLONE_PARENT_SETTID | CLONE_VM | SIGCHLD,
/third_party/ltp/testcases/kernel/syscalls/clone3/
H A Dclone301.c36 {CLONE_PARENT_SETTID | CLONE_CHILD_SETTID | CLONE_PIDFD, SIGCHLD},
/third_party/musl/porting/liteos_a/user/include/
H A Dsched.h60 #define CLONE_PARENT_SETTID 0x00100000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsched.h52 #define CLONE_PARENT_SETTID 0x00100000 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsched.h52 #define CLONE_PARENT_SETTID 0x00100000 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dsched.h54 #define CLONE_PARENT_SETTID 0x00100000 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dsched.h52 #define CLONE_PARENT_SETTID 0x00100000 macro
/third_party/musl/porting/linux/user/include/
H A Dsched.h66 #define CLONE_PARENT_SETTID 0x00100000 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dsched.h64 #define CLONE_PARENT_SETTID 0x00100000 macro
/third_party/musl/include/
H A Dsched.h77 #define CLONE_PARENT_SETTID 0x00100000 macro
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_create.c242 | CLONE_PARENT_SETTID | CLONE_CHILD_CLEARTID | CLONE_DETACHED; in __pthread_create()
/third_party/musl/src/thread/liteos_a/
H A Dpthread_create.c242 | CLONE_PARENT_SETTID | CLONE_CHILD_CLEARTID | CLONE_DETACHED; in __pthread_create()
/third_party/musl/src/thread/
H A Dpthread_create.c254 | CLONE_PARENT_SETTID | CLONE_CHILD_CLEARTID | CLONE_DETACHED; in __pthread_create()
/third_party/musl/src/thread/linux/
H A Dpthread_create.c428 | CLONE_PARENT_SETTID | CLONE_CHILD_CLEARTID | CLONE_DETACHED; in __pthread_create()
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_create.c364 | CLONE_PARENT_SETTID | CLONE_CHILD_CLEARTID | CLONE_DETACHED; in __pthread_create()
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1146 pub const CLONE_PARENT_SETTID: ::c_int = 0x100000; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1389 pub const CLONE_PARENT_SETTID: u32 = 1048576; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1924 pub const CLONE_PARENT_SETTID: ::c_int = 0x100000; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1392 pub const CLONE_PARENT_SETTID: u32 = 1048576; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1384 pub const CLONE_PARENT_SETTID: u32 = 1048576; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1402 pub const CLONE_PARENT_SETTID: u32 = 1048576; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1397 pub const CLONE_PARENT_SETTID: u32 = 1048576; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1394 pub const CLONE_PARENT_SETTID: u32 = 1048576; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1389 pub const CLONE_PARENT_SETTID: u32 = 1048576; consts

Completed in 110 milliseconds

12