Searched refs:CLONE_SETTLS (Results 1 – 24 of 24) sorted by relevance
/external/strace/xlat/ |
D | clone_flags.h | 83 #if defined(CLONE_SETTLS) || (defined(HAVE_DECL_CLONE_SETTLS) && HAVE_DECL_CLONE_SETTLS) 85 static_assert((CLONE_SETTLS) == (0x00080000), "CLONE_SETTLS != 0x00080000"); 88 # define CLONE_SETTLS 0x00080000 189 XLAT(CLONE_SETTLS),
|
D | clone_flags.in | 12 CLONE_SETTLS 0x00080000
|
/external/strace/ |
D | clone.c | 117 |CLONE_CHILD_CLEARTID|CLONE_SETTLS)) == 0) in SYS_FUNC() 123 if (flags & CLONE_SETTLS) { in SYS_FUNC()
|
/external/kernel-headers/original/uapi/linux/ |
D | sched.h | 19 #define CLONE_SETTLS 0x00080000 /* create a new TLS for the child */ macro
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 104 #ifdef CLONE_SETTLS 105 { "CLONE_SETTLS", (unsigned long) CLONE_SETTLS },
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 43 CLONE_SETTLS = 524288
|
D | sys_amd64.const | 43 CLONE_SETTLS = 524288
|
D | sys_arm.const | 43 CLONE_SETTLS = 524288
|
D | sys_ppc64le.const | 43 CLONE_SETTLS = 524288
|
D | sys_arm64.const | 43 CLONE_SETTLS = 524288
|
D | sys.txt | 1036 … CLONE_VFORK, CLONE_PARENT, CLONE_THREAD, CLONE_NEWNS, CLONE_SYSVSEM, CLONE_SETTLS, CLONE_PARENT_S…
|
/external/libchrome/base/process/ |
D | launch_posix.cc | 743 const bool clone_tls_used = flags & CLONE_SETTLS; in ForkWithFlags()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 286 CLONE_SETTLS = 0x80000 const
|
D | zerrors_linux_mipsle.go | 304 CLONE_SETTLS = 0x80000 const
|
D | zerrors_linux_s390x.go | 304 CLONE_SETTLS = 0x80000 const
|
D | zerrors_linux_arm.go | 304 CLONE_SETTLS = 0x80000 const
|
D | zerrors_linux_ppc64le.go | 304 CLONE_SETTLS = 0x80000 const
|
D | zerrors_linux_mips64.go | 304 CLONE_SETTLS = 0x80000 const
|
D | zerrors_linux_ppc64.go | 304 CLONE_SETTLS = 0x80000 const
|
D | zerrors_linux_amd64.go | 304 CLONE_SETTLS = 0x80000 const
|
D | zerrors_linux_mips64le.go | 304 CLONE_SETTLS = 0x80000 const
|
D | zerrors_linux_386.go | 304 CLONE_SETTLS = 0x80000 const
|
D | zerrors_linux_mips.go | 304 CLONE_SETTLS = 0x80000 const
|
D | zerrors_linux_arm64.go | 304 CLONE_SETTLS = 0x80000 const
|