Searched refs:set_child_tid (Results 1 - 3 of 3) sorted by path

/linux-master/include/linux/
H A Dsched.h1026 int __user *set_child_tid; member in struct:task_struct
/linux-master/kernel/
H A Dfork.c2240 p->set_child_tid = (clone_flags & CLONE_CHILD_SETTID) ? args->child_tid : NULL;
/linux-master/kernel/sched/
H A Dcore.c5342 if (current->set_child_tid)
5343 put_user(task_pid_vnr(current), current->set_child_tid);

Completed in 839 milliseconds