Searched refs:CLONE_CHILD_CLEARTID (Results 1 – 25 of 25) sorted by relevance
/external/strace/xlat/ |
D | clone_flags.h | 97 #if defined(CLONE_CHILD_CLEARTID) || (defined(HAVE_DECL_CLONE_CHILD_CLEARTID) && HAVE_DECL_CLONE_CH… 99 static_assert((CLONE_CHILD_CLEARTID) == (0x00200000), "CLONE_CHILD_CLEARTID != 0x00200000"); 102 # define CLONE_CHILD_CLEARTID 0x00200000 191 XLAT(CLONE_CHILD_CLEARTID),
|
D | clone_flags.in | 14 CLONE_CHILD_CLEARTID 0x00200000
|
/external/strace/ |
D | clone.c | 117 |CLONE_CHILD_CLEARTID|CLONE_SETTLS)) == 0) in SYS_FUNC() 127 if (flags & (CLONE_CHILD_SETTID|CLONE_CHILD_CLEARTID)) { in SYS_FUNC()
|
/external/kernel-headers/original/uapi/linux/ |
D | sched.h | 21 #define CLONE_CHILD_CLEARTID 0x00200000 /* clear the TID in the child */ macro
|
/external/ltp/testcases/kernel/syscalls/clone/ |
D | clone08.c | 75 CLONE_CHILD_CLEARTID | SIGCHLD,
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 59 #ifdef CLONE_CHILD_CLEARTID 60 { "CLONE_CHILD_CLEARTID", (unsigned long) CLONE_CHILD_CLEARTID },
|
/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 | 28 CLONE_CHILD_CLEARTID = 2097152
|
D | sys_amd64.const | 28 CLONE_CHILD_CLEARTID = 2097152
|
D | sys_arm.const | 28 CLONE_CHILD_CLEARTID = 2097152
|
D | sys_ppc64le.const | 28 CLONE_CHILD_CLEARTID = 2097152
|
D | sys_arm64.const | 28 CLONE_CHILD_CLEARTID = 2097152
|
D | sys.txt | 1036 …D, CLONE_NEWNS, CLONE_SYSVSEM, CLONE_SETTLS, CLONE_PARENT_SETTID, CLONE_CHILD_CLEARTID, CLONE_UNTR…
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 270 CLONE_CHILD_CLEARTID = 0x200000 const
|
D | zerrors_linux_mipsle.go | 288 CLONE_CHILD_CLEARTID = 0x200000 const
|
D | zerrors_linux_s390x.go | 288 CLONE_CHILD_CLEARTID = 0x200000 const
|
D | zerrors_linux_arm.go | 288 CLONE_CHILD_CLEARTID = 0x200000 const
|
D | zerrors_linux_ppc64le.go | 288 CLONE_CHILD_CLEARTID = 0x200000 const
|
D | zerrors_linux_mips64.go | 288 CLONE_CHILD_CLEARTID = 0x200000 const
|
D | zerrors_linux_ppc64.go | 288 CLONE_CHILD_CLEARTID = 0x200000 const
|
D | zerrors_linux_amd64.go | 288 CLONE_CHILD_CLEARTID = 0x200000 const
|
D | zerrors_linux_mips64le.go | 288 CLONE_CHILD_CLEARTID = 0x200000 const
|
D | zerrors_linux_386.go | 288 CLONE_CHILD_CLEARTID = 0x200000 const
|
D | zerrors_linux_mips.go | 288 CLONE_CHILD_CLEARTID = 0x200000 const
|
D | zerrors_linux_arm64.go | 288 CLONE_CHILD_CLEARTID = 0x200000 const
|