Searched refs:CLONE_CHILD_SETTID (Results 1 – 4 of 4) sorted by relevance
35 if (!(flags & (CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID))) in syscall_arg__scnprintf_clone_flags()
27 #define CLONE_CHILD_SETTID 0x01000000 /* set the TID in the child */ macro
2224 p->set_child_tid = (clone_flags & CLONE_CHILD_SETTID) ? args->child_tid : NULL; in copy_process()