Home
last modified time | relevance | path

Searched refs:CLONE_SETTLS (Results 1 – 24 of 24) sorted by relevance

/external/strace/xlat/
Dclone_flags.h83 #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),
Dclone_flags.in12 CLONE_SETTLS 0x00080000
/external/strace/
Dclone.c117 |CLONE_CHILD_CLEARTID|CLONE_SETTLS)) == 0) in SYS_FUNC()
123 if (flags & CLONE_SETTLS) { in SYS_FUNC()
/external/kernel-headers/original/uapi/linux/
Dsched.h19 #define CLONE_SETTLS 0x00080000 /* create a new TLS for the child */ macro
/external/minijail/linux-x86/
Dlibconstants.gen.c104 #ifdef CLONE_SETTLS
105 { "CLONE_SETTLS", (unsigned long) CLONE_SETTLS },
/external/syzkaller/sys/linux/
Dsys_386.const43 CLONE_SETTLS = 524288
Dsys_amd64.const43 CLONE_SETTLS = 524288
Dsys_arm.const43 CLONE_SETTLS = 524288
Dsys_ppc64le.const43 CLONE_SETTLS = 524288
Dsys_arm64.const43 CLONE_SETTLS = 524288
Dsys.txt1036 … CLONE_VFORK, CLONE_PARENT, CLONE_THREAD, CLONE_NEWNS, CLONE_SYSVSEM, CLONE_SETTLS, CLONE_PARENT_S…
/external/libchrome/base/process/
Dlaunch_posix.cc743 const bool clone_tls_used = flags & CLONE_SETTLS; in ForkWithFlags()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go286 CLONE_SETTLS = 0x80000 const
Dzerrors_linux_mipsle.go304 CLONE_SETTLS = 0x80000 const
Dzerrors_linux_s390x.go304 CLONE_SETTLS = 0x80000 const
Dzerrors_linux_arm.go304 CLONE_SETTLS = 0x80000 const
Dzerrors_linux_ppc64le.go304 CLONE_SETTLS = 0x80000 const
Dzerrors_linux_mips64.go304 CLONE_SETTLS = 0x80000 const
Dzerrors_linux_ppc64.go304 CLONE_SETTLS = 0x80000 const
Dzerrors_linux_amd64.go304 CLONE_SETTLS = 0x80000 const
Dzerrors_linux_mips64le.go304 CLONE_SETTLS = 0x80000 const
Dzerrors_linux_386.go304 CLONE_SETTLS = 0x80000 const
Dzerrors_linux_mips.go304 CLONE_SETTLS = 0x80000 const
Dzerrors_linux_arm64.go304 CLONE_SETTLS = 0x80000 const