Searched defs:CLONE_SETTLS (Results 1 - 2 of 2) sorted by relevance

/external/strace/
H A Dprocess.c556 #define CLONE_SETTLS 0x00080000 /* create a new TLS for the child */ macro
581 { CLONE_SETTLS, "CLONE_SETTLS" },
650 |CLONE_CHILD_CLEARTID|CLONE_SETTLS)) == 0)
654 if (flags & CLONE_SETTLS) {
/external/kernel-headers/original/linux/
H A Dsched.h20 #define CLONE_SETTLS 0x00080000 /* create a new TLS for the child */ macro

Completed in 120 milliseconds