Home
last modified time | relevance | path

Searched refs:CLONE_PARENT_SETTID (Results 1 – 13 of 13) sorted by relevance

/external/strace/xlat/
Dclone_flags.h90 #if defined(CLONE_PARENT_SETTID) || (defined(HAVE_DECL_CLONE_PARENT_SETTID) && HAVE_DECL_CLONE_PARE…
92 static_assert((CLONE_PARENT_SETTID) == (0x00100000), "CLONE_PARENT_SETTID != 0x00100000");
95 # define CLONE_PARENT_SETTID 0x00100000
190 XLAT(CLONE_PARENT_SETTID),
Dclone_flags.in13 CLONE_PARENT_SETTID 0x00100000
/external/strace/
Dclone.c116 if ((flags & (CLONE_PARENT_SETTID|CLONE_CHILD_SETTID in SYS_FUNC()
119 if (flags & CLONE_PARENT_SETTID) { in SYS_FUNC()
/external/llvm-project/lldb/test/API/linux/thread/create_during_instruction_step/
Dmain.cpp32 CLONE_CHILD_CLEARTID | CLONE_FILES | CLONE_FS | CLONE_PARENT_SETTID | in main()
/external/kernel-headers/original/uapi/linux/
Dsched.h23 #define CLONE_PARENT_SETTID 0x00100000 /* set the TID in the parent */ macro
/external/linux-kselftest/tools/testing/selftests/pidfd/
Dpidfd_wait.c43 .flags = CLONE_PIDFD | CLONE_PARENT_SETTID, in test_pidfd_wait_simple()
128 .flags = CLONE_PIDFD | CLONE_PARENT_SETTID, in test_pidfd_wait_states()
/external/llvm-project/libc/src/threads/linux/
Dthrd_create.cpp48 | CLONE_PARENT_SETTID // Set child thread ID in |ptid| of the parent. in LLVM_LIBC_ENTRYPOINT()
/external/ltp/testcases/kernel/syscalls/clone/
Dclone08.c58 {"CLONE_PARENT_SETTID", CLONE_PARENT_SETTID | CLONE_VM | SIGCHLD,
/external/rust/crates/nix/src/
Dsched.rs31 CLONE_PARENT_SETTID;
/external/libchrome/base/process/
Dlaunch_posix.cc354 (CLONE_CHILD_CLEARTID | CLONE_CHILD_SETTID | CLONE_PARENT_SETTID))); in LaunchProcess()
746 const bool invalid_ptid = (flags & CLONE_PARENT_SETTID) && !ptid; in ForkWithFlags()
/external/minijail/linux-x86/
Dlibconstants.gen.c1279 #ifdef CLONE_PARENT_SETTID
1280 { "CLONE_PARENT_SETTID", (unsigned long) CLONE_PARENT_SETTID },
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1073 pub const CLONE_PARENT_SETTID: ::c_int = 0x100000; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1913 pub const CLONE_PARENT_SETTID: ::c_int = 0x100000; constant