Searched refs:CLONE_SETTLS (Results 1 – 3 of 3) sorted by relevance
556 #define CLONE_SETTLS 0x00080000 /* create a new TLS for the child */ macro581 { CLONE_SETTLS, "CLONE_SETTLS" },650 |CLONE_CHILD_CLEARTID|CLONE_SETTLS)) == 0)654 if (flags & CLONE_SETTLS) {
20 #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()