Home
last modified time | relevance | path

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

/external/strace/xlat/
Dclone_flags.h35 #if !(defined(CLONE_SETTLS) || (defined(HAVE_DECL_CLONE_SETTLS) && HAVE_DECL_CLONE_SETTLS))
36 # define CLONE_SETTLS 0x00080000 macro
91 XLAT(CLONE_SETTLS),
Dclone_flags.in12 CLONE_SETTLS 0x00080000
/external/strace/
Dclone.c116 |CLONE_CHILD_CLEARTID|CLONE_SETTLS)) == 0) in SYS_FUNC()
122 if (flags & CLONE_SETTLS) { in SYS_FUNC()
/external/kernel-headers/original/uapi/linux/
Dsched.h18 #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/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_parameters_restrictions.cc137 CLONE_SYSVSEM | CLONE_SETTLS | CLONE_PARENT_SETTID | CLONE_CHILD_CLEARTID; in RestrictCloneToThreadsAndEPERMFork()
/external/libchrome/sandbox/linux/services/
Dsyscall_wrappers.cc40 const bool clone_tls_used = flags & CLONE_SETTLS; in sys_clone()
Dcredentials.cc114 clone_flags |= CLONE_VM | CLONE_VFORK | CLONE_SETTLS; in ChrootToSafeEmptyDir()
/external/libchrome/base/process/
Dlaunch_posix.cc714 const bool clone_tls_used = flags & CLONE_SETTLS; in ForkWithFlags()
/external/valgrind/memcheck/tests/x86-linux/
Dscalar.c556 …SY(__NR_clone, x0|CLONE_PARENT_SETTID|CLONE_SETTLS|CLONE_CHILD_SETTID|SIGCHLD, x0, x0, x0, x0); FA… in main()