Searched refs:set_child_tid (Results 1 – 5 of 5) sorted by relevance
155 p->set_child_tid = p->clear_child_tid = NULL; in copy_thread()
119 p->set_child_tid = p->clear_child_tid = NULL; in copy_thread()
1462 p->set_child_tid = (clone_flags & CLONE_CHILD_SETTID) ? child_tidptr : NULL; in copy_process()
1429 int __user *set_child_tid; /* CLONE_CHILD_SETTID */ member
2292 if (current->set_child_tid) in schedule_tail()2293 put_user(task_pid_vnr(current), current->set_child_tid); in schedule_tail()