Searched refs:CLONE_SETTLS (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/kernel/uapi/linux/
H A Dsched.h32 #define CLONE_SETTLS 0x00080000 macro
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dsched.h32 #define CLONE_SETTLS 0x00080000 macro
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Dsched.h32 #define CLONE_SETTLS 0x00080000 macro
/bionic/libc/bionic/
H A Dclone.cpp70 if ((flags & (CLONE_PARENT_SETTID|CLONE_SETTLS|CLONE_CHILD_SETTID|CLONE_CHILD_CLEARTID)) != 0) {
73 if ((flags & (CLONE_SETTLS|CLONE_CHILD_SETTID|CLONE_CHILD_CLEARTID)) != 0) {
H A Dpthread_create.cpp303 CLONE_SETTLS | CLONE_PARENT_SETTID | CLONE_CHILD_CLEARTID;
306 // On x86 (but not x86-64), CLONE_SETTLS takes a pointer to a struct user_desc rather than

Completed in 2675 milliseconds