Searched refs:CLONE_SETTLS (Results 1 – 9 of 9) 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
97 |CLONE_CHILD_CLEARTID|CLONE_SETTLS)) == 0) in SYS_FUNC()101 if (flags & CLONE_SETTLS) { in SYS_FUNC()
18 #define CLONE_SETTLS 0x00080000 /* create a new TLS for the child */ macro
126 CLONE_SYSVSEM | CLONE_SETTLS | CLONE_PARENT_SETTID | CLONE_CHILD_CLEARTID; in RestrictCloneToThreadsAndEPERMFork()
114 clone_flags |= CLONE_VM | CLONE_VFORK | CLONE_SETTLS; in ChrootToSafeEmptyDir()
40 const bool clone_tls_used = flags & CLONE_SETTLS; in sys_clone()
753 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()