Searched refs:CLONE_SETTLS (Results 1 – 10 of 10) sorted by relevance
35 #if !(defined(CLONE_SETTLS) || (defined(HAVE_DECL_CLONE_SETTLS) && HAVE_DECL_CLONE_SETTLS))36 # define CLONE_SETTLS 0x00080000 macro91 XLAT(CLONE_SETTLS),
12 CLONE_SETTLS 0x00080000
116 |CLONE_CHILD_CLEARTID|CLONE_SETTLS)) == 0) in SYS_FUNC()122 if (flags & CLONE_SETTLS) { in SYS_FUNC()
18 #define CLONE_SETTLS 0x00080000 /* create a new TLS for the child */ macro
104 #ifdef CLONE_SETTLS105 { "CLONE_SETTLS", (unsigned long) CLONE_SETTLS },
137 CLONE_SYSVSEM | CLONE_SETTLS | CLONE_PARENT_SETTID | CLONE_CHILD_CLEARTID; in RestrictCloneToThreadsAndEPERMFork()
40 const bool clone_tls_used = flags & CLONE_SETTLS; in sys_clone()
114 clone_flags |= CLONE_VM | CLONE_VFORK | CLONE_SETTLS; in ChrootToSafeEmptyDir()
714 const bool clone_tls_used = flags & CLONE_SETTLS; in ForkWithFlags()
556 …SY(__NR_clone, x0|CLONE_PARENT_SETTID|CLONE_SETTLS|CLONE_CHILD_SETTID|SIGCHLD, x0, x0, x0, x0); FA… in main()