Searched refs:CLONE_CHILD_SETTID (Results 1 – 2 of 2) sorted by relevance
23 #define CLONE_CHILD_SETTID 0x01000000 /* set the TID in the child */ macro
1468 p->set_child_tid = (clone_flags & CLONE_CHILD_SETTID) ? child_tidptr : NULL; in copy_process()