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

/external/kernel-headers/original/uapi/linux/
H A Dsched.h18 #define CLONE_SETTLS 0x00080000 /* create a new TLS for the child */ macro
/external/strace/
H A Dclone.c18 #define CLONE_SETTLS 0x00080000 /* create a new TLS for the child */ macro
88 |CLONE_CHILD_CLEARTID|CLONE_SETTLS)) == 0)
92 if (flags & CLONE_SETTLS) {

Completed in 99 milliseconds