Searched refs:CLONE_SETTLS (Results 1 – 9 of 9) sorted by relevance
83 #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 0x00080000189 XLAT(CLONE_SETTLS),
12 CLONE_SETTLS 0x00080000
117 |CLONE_CHILD_CLEARTID|CLONE_SETTLS)) == 0) in SYS_FUNC()123 if (flags & CLONE_SETTLS) { in SYS_FUNC()
22 #define CLONE_SETTLS 0x00080000 /* create a new TLS for the child */ macro
30 CLONE_SETTLS;
743 const bool clone_tls_used = flags & CLONE_SETTLS; in ForkWithFlags()
1288 #ifdef CLONE_SETTLS1289 { "CLONE_SETTLS", (unsigned long) CLONE_SETTLS },
1072 pub const CLONE_SETTLS: ::c_int = 0x80000; constant
1912 pub const CLONE_SETTLS: ::c_int = 0x80000; constant