Home
last modified time | relevance | path

Searched refs:CLONE_PARENT_SETTID (Results 1 – 25 of 25) 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/kernel-headers/original/uapi/linux/
Dsched.h20 #define CLONE_PARENT_SETTID 0x00100000 /* set the TID in the parent */ macro
/external/ltp/testcases/kernel/syscalls/clone/
Dclone08.c68 {"CLONE_PARENT_SETTID", CLONE_PARENT_SETTID | CLONE_VM | SIGCHLD,
/external/minijail/linux-x86/
Dlibconstants.gen.c98 #ifdef CLONE_PARENT_SETTID
99 { "CLONE_PARENT_SETTID", (unsigned long) 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/syzkaller/sys/linux/
Dsys_386.const41 CLONE_PARENT_SETTID = 1048576
Dsys_amd64.const41 CLONE_PARENT_SETTID = 1048576
Dsys_arm.const41 CLONE_PARENT_SETTID = 1048576
Dsys_ppc64le.const41 CLONE_PARENT_SETTID = 1048576
Dsys_arm64.const41 CLONE_PARENT_SETTID = 1048576
Dsys.txt1036 …NE_PARENT, CLONE_THREAD, CLONE_NEWNS, CLONE_SYSVSEM, CLONE_SETTLS, CLONE_PARENT_SETTID, CLONE_CHIL…
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go284 CLONE_PARENT_SETTID = 0x100000 const
Dzerrors_linux_mipsle.go302 CLONE_PARENT_SETTID = 0x100000 const
Dzerrors_linux_s390x.go302 CLONE_PARENT_SETTID = 0x100000 const
Dzerrors_linux_arm.go302 CLONE_PARENT_SETTID = 0x100000 const
Dzerrors_linux_ppc64le.go302 CLONE_PARENT_SETTID = 0x100000 const
Dzerrors_linux_mips64.go302 CLONE_PARENT_SETTID = 0x100000 const
Dzerrors_linux_ppc64.go302 CLONE_PARENT_SETTID = 0x100000 const
Dzerrors_linux_amd64.go302 CLONE_PARENT_SETTID = 0x100000 const
Dzerrors_linux_mips64le.go302 CLONE_PARENT_SETTID = 0x100000 const
Dzerrors_linux_386.go302 CLONE_PARENT_SETTID = 0x100000 const
Dzerrors_linux_mips.go302 CLONE_PARENT_SETTID = 0x100000 const
Dzerrors_linux_arm64.go302 CLONE_PARENT_SETTID = 0x100000 const