Searched refs:CLONE_CHILD_SETTID (Results 1 - 6 of 6) sorted by relevance

/bionic/libc/bionic/
H A Dfork.cpp42 (CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID | SIGCHLD),
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) {
76 if ((flags & (CLONE_CHILD_SETTID|CLONE_CHILD_CLEARTID)) != 0) {
115 // 2. fork uses CLONE_CHILD_SETTID to get the new pid/tid.
/bionic/libc/kernel/uapi/linux/
H A Dsched.h37 #define CLONE_CHILD_SETTID 0x01000000 macro
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dsched.h37 #define CLONE_CHILD_SETTID 0x01000000 macro
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Dsched.h37 #define CLONE_CHILD_SETTID 0x01000000 macro
/bionic/tests/
H A Dunistd_test.cpp520 int rv = clone(nullptr, nullptr, CLONE_CHILD_SETTID | SIGCHLD, nullptr, nullptr, nullptr, &child_tid);

Completed in 479 milliseconds