Searched refs:CLONE_SETTLS (Results 1 – 5 of 5) sorted by relevance
18 #define CLONE_SETTLS 0x00080000 /* create a new TLS for the child */ macro88 |CLONE_CHILD_CLEARTID|CLONE_SETTLS)) == 0) in SYS_FUNC()92 if (flags & CLONE_SETTLS) { in SYS_FUNC()
37 #if defined(CLONE_SETTLS) || (defined(HAVE_DECL_CLONE_SETTLS) && HAVE_DECL_CLONE_SETTLS)38 XLAT(CLONE_SETTLS),
12 CLONE_SETTLS
18 #define CLONE_SETTLS 0x00080000 /* create a new TLS for the child */ macro
556 …SY(__NR_clone, x0|CLONE_PARENT_SETTID|CLONE_SETTLS|CLONE_CHILD_SETTID|SIGCHLD, x0, x0, x0, x0); FA… in main()