Home
last modified time | relevance | path

Searched refs:CLONE_CHILD_CLEARTID (Results 1 – 25 of 25) sorted by relevance

/external/strace/xlat/
Dclone_flags.h97 #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),
Dclone_flags.in14 CLONE_CHILD_CLEARTID 0x00200000
/external/strace/
Dclone.c117 |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/
Dsched.h21 #define CLONE_CHILD_CLEARTID 0x00200000 /* clear the TID in the child */ macro
/external/ltp/testcases/kernel/syscalls/clone/
Dclone08.c75 CLONE_CHILD_CLEARTID | SIGCHLD,
/external/minijail/linux-x86/
Dlibconstants.gen.c59 #ifdef CLONE_CHILD_CLEARTID
60 { "CLONE_CHILD_CLEARTID", (unsigned long) CLONE_CHILD_CLEARTID },
/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.const28 CLONE_CHILD_CLEARTID = 2097152
Dsys_amd64.const28 CLONE_CHILD_CLEARTID = 2097152
Dsys_arm.const28 CLONE_CHILD_CLEARTID = 2097152
Dsys_ppc64le.const28 CLONE_CHILD_CLEARTID = 2097152
Dsys_arm64.const28 CLONE_CHILD_CLEARTID = 2097152
Dsys.txt1036 …D, CLONE_NEWNS, CLONE_SYSVSEM, CLONE_SETTLS, CLONE_PARENT_SETTID, CLONE_CHILD_CLEARTID, CLONE_UNTR…
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go270 CLONE_CHILD_CLEARTID = 0x200000 const
Dzerrors_linux_mipsle.go288 CLONE_CHILD_CLEARTID = 0x200000 const
Dzerrors_linux_s390x.go288 CLONE_CHILD_CLEARTID = 0x200000 const
Dzerrors_linux_arm.go288 CLONE_CHILD_CLEARTID = 0x200000 const
Dzerrors_linux_ppc64le.go288 CLONE_CHILD_CLEARTID = 0x200000 const
Dzerrors_linux_mips64.go288 CLONE_CHILD_CLEARTID = 0x200000 const
Dzerrors_linux_ppc64.go288 CLONE_CHILD_CLEARTID = 0x200000 const
Dzerrors_linux_amd64.go288 CLONE_CHILD_CLEARTID = 0x200000 const
Dzerrors_linux_mips64le.go288 CLONE_CHILD_CLEARTID = 0x200000 const
Dzerrors_linux_386.go288 CLONE_CHILD_CLEARTID = 0x200000 const
Dzerrors_linux_mips.go288 CLONE_CHILD_CLEARTID = 0x200000 const
Dzerrors_linux_arm64.go288 CLONE_CHILD_CLEARTID = 0x200000 const