Home
last modified time | relevance | path

Searched refs:CLONE_CHILD_SETTID (Results 1 – 11 of 11) sorted by relevance

/external/strace/xlat/
Dclone_flags.h111 #if defined(CLONE_CHILD_SETTID) || (defined(HAVE_DECL_CLONE_CHILD_SETTID) && HAVE_DECL_CLONE_CHILD_…
113 static_assert((CLONE_CHILD_SETTID) == (0x01000000), "CLONE_CHILD_SETTID != 0x01000000");
116 # define CLONE_CHILD_SETTID 0x01000000
193 XLAT(CLONE_CHILD_SETTID),
Dclone_flags.in16 CLONE_CHILD_SETTID 0x01000000
/external/strace/
Dclone.c116 if ((flags & (CLONE_PARENT_SETTID|CLONE_CHILD_SETTID in SYS_FUNC()
127 if (flags & (CLONE_CHILD_SETTID|CLONE_CHILD_CLEARTID)) { in SYS_FUNC()
/external/kernel-headers/original/uapi/linux/
Dsched.h27 #define CLONE_CHILD_SETTID 0x01000000 /* set the TID in the child */ macro
/external/ltp/testcases/kernel/syscalls/clone/
Dclone08.c56 {"CLONE_CHILD_SETTID", CLONE_CHILD_SETTID | SIGCHLD,
/external/rust/crates/nix/src/
Dsched.rs35 CLONE_CHILD_SETTID;
/external/libchrome/base/process/
Dlaunch_posix.cc354 (CLONE_CHILD_CLEARTID | CLONE_CHILD_SETTID | CLONE_PARENT_SETTID))); in LaunchProcess()
745 (flags & (CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID)) && !ctid; in ForkWithFlags()
Dprocess_util_unittest.cc1328 const pid_t pid = ForkWithFlags(SIGCHLD | CLONE_CHILD_SETTID, nullptr, &ctid); in TEST()
/external/minijail/linux-x86/
Dlibconstants.gen.c1231 #ifdef CLONE_CHILD_SETTID
1232 { "CLONE_CHILD_SETTID", (unsigned long) CLONE_CHILD_SETTID },
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1077 pub const CLONE_CHILD_SETTID: ::c_int = 0x01000000; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1917 pub const CLONE_CHILD_SETTID: ::c_int = 0x01000000; constant