Home
last modified time | relevance | path

Searched refs:CLONE_CHILD_SETTID (Results 1 – 25 of 25) 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.h24 #define CLONE_CHILD_SETTID 0x01000000 /* set the TID in the child */ macro
/external/ltp/testcases/kernel/syscalls/clone/
Dclone08.c66 {"CLONE_CHILD_SETTID", CLONE_CHILD_SETTID | SIGCHLD,
/external/minijail/linux-x86/
Dlibconstants.gen.c62 #ifdef CLONE_CHILD_SETTID
63 { "CLONE_CHILD_SETTID", (unsigned long) 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()
/external/syzkaller/sys/linux/
Dsys_386.const29 CLONE_CHILD_SETTID = 16777216
Dsys_amd64.const29 CLONE_CHILD_SETTID = 16777216
Dsys_arm.const29 CLONE_CHILD_SETTID = 16777216
Dsys_ppc64le.const29 CLONE_CHILD_SETTID = 16777216
Dsys_arm64.const29 CLONE_CHILD_SETTID = 16777216
Dsys.txt1036 …SETTLS, CLONE_PARENT_SETTID, CLONE_CHILD_CLEARTID, CLONE_UNTRACED, CLONE_CHILD_SETTID, CLONE_NEWCG…
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go271 CLONE_CHILD_SETTID = 0x1000000 const
Dzerrors_linux_mipsle.go289 CLONE_CHILD_SETTID = 0x1000000 const
Dzerrors_linux_s390x.go289 CLONE_CHILD_SETTID = 0x1000000 const
Dzerrors_linux_arm.go289 CLONE_CHILD_SETTID = 0x1000000 const
Dzerrors_linux_ppc64le.go289 CLONE_CHILD_SETTID = 0x1000000 const
Dzerrors_linux_mips64.go289 CLONE_CHILD_SETTID = 0x1000000 const
Dzerrors_linux_ppc64.go289 CLONE_CHILD_SETTID = 0x1000000 const
Dzerrors_linux_amd64.go289 CLONE_CHILD_SETTID = 0x1000000 const
Dzerrors_linux_mips64le.go289 CLONE_CHILD_SETTID = 0x1000000 const
Dzerrors_linux_386.go289 CLONE_CHILD_SETTID = 0x1000000 const
Dzerrors_linux_mips.go289 CLONE_CHILD_SETTID = 0x1000000 const
Dzerrors_linux_arm64.go289 CLONE_CHILD_SETTID = 0x1000000 const