Home
last modified time | relevance | path

Searched refs:CLONE_SETTLS (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/bionic/
Dclone.cpp53 if ((flags & (CLONE_PARENT_SETTID|CLONE_SETTLS|CLONE_CHILD_SETTID|CLONE_CHILD_CLEARTID)) != 0) { in clone()
56 if ((flags & (CLONE_SETTLS|CLONE_CHILD_SETTID|CLONE_CHILD_CLEARTID)) != 0) { in clone()
Dpthread_create.cpp249 CLONE_SETTLS | CLONE_PARENT_SETTID | CLONE_CHILD_CLEARTID; in pthread_create()
/bionic/libc/kernel/uapi/linux/
Dsched.h35 #define CLONE_SETTLS 0x00080000 macro