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