Searched refs:CLONE_CHILD_SETTID (Results 1 – 25 of 25) sorted by relevance
/external/strace/xlat/ |
D | clone_flags.h | 111 #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),
|
D | clone_flags.in | 16 CLONE_CHILD_SETTID 0x01000000
|
/external/strace/ |
D | clone.c | 116 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/ |
D | sched.h | 24 #define CLONE_CHILD_SETTID 0x01000000 /* set the TID in the child */ macro
|
/external/ltp/testcases/kernel/syscalls/clone/ |
D | clone08.c | 66 {"CLONE_CHILD_SETTID", CLONE_CHILD_SETTID | SIGCHLD,
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 62 #ifdef CLONE_CHILD_SETTID 63 { "CLONE_CHILD_SETTID", (unsigned long) CLONE_CHILD_SETTID },
|
/external/libchrome/base/process/ |
D | launch_posix.cc | 354 (CLONE_CHILD_CLEARTID | CLONE_CHILD_SETTID | CLONE_PARENT_SETTID))); in LaunchProcess() 745 (flags & (CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID)) && !ctid; in ForkWithFlags()
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 29 CLONE_CHILD_SETTID = 16777216
|
D | sys_amd64.const | 29 CLONE_CHILD_SETTID = 16777216
|
D | sys_arm.const | 29 CLONE_CHILD_SETTID = 16777216
|
D | sys_ppc64le.const | 29 CLONE_CHILD_SETTID = 16777216
|
D | sys_arm64.const | 29 CLONE_CHILD_SETTID = 16777216
|
D | sys.txt | 1036 …SETTLS, CLONE_PARENT_SETTID, CLONE_CHILD_CLEARTID, CLONE_UNTRACED, CLONE_CHILD_SETTID, CLONE_NEWCG…
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 271 CLONE_CHILD_SETTID = 0x1000000 const
|
D | zerrors_linux_mipsle.go | 289 CLONE_CHILD_SETTID = 0x1000000 const
|
D | zerrors_linux_s390x.go | 289 CLONE_CHILD_SETTID = 0x1000000 const
|
D | zerrors_linux_arm.go | 289 CLONE_CHILD_SETTID = 0x1000000 const
|
D | zerrors_linux_ppc64le.go | 289 CLONE_CHILD_SETTID = 0x1000000 const
|
D | zerrors_linux_mips64.go | 289 CLONE_CHILD_SETTID = 0x1000000 const
|
D | zerrors_linux_ppc64.go | 289 CLONE_CHILD_SETTID = 0x1000000 const
|
D | zerrors_linux_amd64.go | 289 CLONE_CHILD_SETTID = 0x1000000 const
|
D | zerrors_linux_mips64le.go | 289 CLONE_CHILD_SETTID = 0x1000000 const
|
D | zerrors_linux_386.go | 289 CLONE_CHILD_SETTID = 0x1000000 const
|
D | zerrors_linux_mips.go | 289 CLONE_CHILD_SETTID = 0x1000000 const
|
D | zerrors_linux_arm64.go | 289 CLONE_CHILD_SETTID = 0x1000000 const
|