Searched refs:CLONE_PARENT_SETTID (Results 1 – 25 of 25) sorted by relevance
/external/strace/xlat/ |
D | clone_flags.h | 90 #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),
|
D | clone_flags.in | 13 CLONE_PARENT_SETTID 0x00100000
|
/external/strace/ |
D | clone.c | 116 if ((flags & (CLONE_PARENT_SETTID|CLONE_CHILD_SETTID in SYS_FUNC() 119 if (flags & CLONE_PARENT_SETTID) { in SYS_FUNC()
|
/external/kernel-headers/original/uapi/linux/ |
D | sched.h | 20 #define CLONE_PARENT_SETTID 0x00100000 /* set the TID in the parent */ macro
|
/external/ltp/testcases/kernel/syscalls/clone/ |
D | clone08.c | 68 {"CLONE_PARENT_SETTID", CLONE_PARENT_SETTID | CLONE_VM | SIGCHLD,
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 98 #ifdef CLONE_PARENT_SETTID 99 { "CLONE_PARENT_SETTID", (unsigned long) CLONE_PARENT_SETTID },
|
/external/libchrome/base/process/ |
D | launch_posix.cc | 354 (CLONE_CHILD_CLEARTID | CLONE_CHILD_SETTID | CLONE_PARENT_SETTID))); in LaunchProcess() 746 const bool invalid_ptid = (flags & CLONE_PARENT_SETTID) && !ptid; in ForkWithFlags()
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 41 CLONE_PARENT_SETTID = 1048576
|
D | sys_amd64.const | 41 CLONE_PARENT_SETTID = 1048576
|
D | sys_ppc64le.const | 41 CLONE_PARENT_SETTID = 1048576
|
D | sys_arm.const | 41 CLONE_PARENT_SETTID = 1048576
|
D | sys_arm64.const | 41 CLONE_PARENT_SETTID = 1048576
|
D | sys.txt | 1036 …NE_PARENT, CLONE_THREAD, CLONE_NEWNS, CLONE_SYSVSEM, CLONE_SETTLS, CLONE_PARENT_SETTID, CLONE_CHIL…
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 284 CLONE_PARENT_SETTID = 0x100000 const
|
D | zerrors_linux_mips64le.go | 302 CLONE_PARENT_SETTID = 0x100000 const
|
D | zerrors_linux_ppc64.go | 302 CLONE_PARENT_SETTID = 0x100000 const
|
D | zerrors_linux_arm.go | 302 CLONE_PARENT_SETTID = 0x100000 const
|
D | zerrors_linux_mips64.go | 302 CLONE_PARENT_SETTID = 0x100000 const
|
D | zerrors_linux_ppc64le.go | 302 CLONE_PARENT_SETTID = 0x100000 const
|
D | zerrors_linux_arm64.go | 302 CLONE_PARENT_SETTID = 0x100000 const
|
D | zerrors_linux_386.go | 302 CLONE_PARENT_SETTID = 0x100000 const
|
D | zerrors_linux_mips.go | 302 CLONE_PARENT_SETTID = 0x100000 const
|
D | zerrors_linux_s390x.go | 302 CLONE_PARENT_SETTID = 0x100000 const
|
D | zerrors_linux_mipsle.go | 302 CLONE_PARENT_SETTID = 0x100000 const
|
D | zerrors_linux_amd64.go | 302 CLONE_PARENT_SETTID = 0x100000 const
|