Searched refs:CLONE_CHILD_SETTID (Results 1 – 4 of 4) sorted by relevance
64 if ((flags & (CLONE_PARENT_SETTID|CLONE_SETTLS|CLONE_CHILD_SETTID|CLONE_CHILD_CLEARTID)) != 0) { in clone()67 if ((flags & (CLONE_SETTLS|CLONE_CHILD_SETTID|CLONE_CHILD_CLEARTID)) != 0) { in clone()70 if ((flags & (CLONE_CHILD_SETTID|CLONE_CHILD_CLEARTID)) != 0) { in clone()
40 (CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID | SIGCHLD), in fork()
37 #define CLONE_CHILD_SETTID 0x01000000 macro
511 …int rv = clone(nullptr, nullptr, CLONE_CHILD_SETTID | SIGCHLD, nullptr, nullptr, nullptr, &child_t… in CloneAndSetTid()