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

/bionic/libc/kernel/uapi/linux/
H A Dsched.h33 #define CLONE_PARENT_SETTID 0x00100000 macro
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dsched.h33 #define CLONE_PARENT_SETTID 0x00100000 macro
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Dsched.h33 #define CLONE_PARENT_SETTID 0x00100000 macro
/bionic/libc/bionic/
H A Dclone.cpp70 if ((flags & (CLONE_PARENT_SETTID|CLONE_SETTLS|CLONE_CHILD_SETTID|CLONE_CHILD_CLEARTID)) != 0) {
H A Dpthread_create.cpp303 CLONE_SETTLS | CLONE_PARENT_SETTID | CLONE_CHILD_CLEARTID;

Completed in 1311 milliseconds