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

/linux-master/include/linux/
H A Dsched.h1020 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.c5343 if (current->set_child_tid)
5344 put_user(task_pid_vnr(current), current->set_child_tid);

Completed in 178 milliseconds