Searched refs:set_child_tid (Results 1 – 3 of 3) sorted by relevance
1011 int __user *set_child_tid; member
2347 p->set_child_tid = (clone_flags & CLONE_CHILD_SETTID) ? args->child_tid : NULL; in copy_process()
5318 if (current->set_child_tid) in schedule_tail()5319 put_user(task_pid_vnr(current), current->set_child_tid); in schedule_tail()