Home
last modified time | relevance | path

Searched refs:CLONE_SETTLS (Results 1 – 9 of 9) 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.c97 |CLONE_CHILD_CLEARTID|CLONE_SETTLS)) == 0) in SYS_FUNC()
101 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/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_parameters_restrictions.cc126 CLONE_SYSVSEM | CLONE_SETTLS | CLONE_PARENT_SETTID | CLONE_CHILD_CLEARTID; in RestrictCloneToThreadsAndEPERMFork()
/external/libchrome/sandbox/linux/services/
Dcredentials.cc114 clone_flags |= CLONE_VM | CLONE_VFORK | CLONE_SETTLS; in ChrootToSafeEmptyDir()
Dsyscall_wrappers.cc40 const bool clone_tls_used = flags & CLONE_SETTLS; in sys_clone()
/external/libchrome/base/process/
Dlaunch_posix.cc753 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()