Home
last modified time | relevance | path

Searched refs:__WNOTHREAD (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/linux/
H A Dwait.h12 #define __WNOTHREAD 0x20000000 /* Don't wait on children of other threads in this group */ macro
/linux/kernel/
H A Dexit.c1598 if ((wo->wo_flags & __WNOTHREAD) && wo->child_wait.private != p->parent) in pid_child_should_wake()
1629 return current == parent || (!(wo->wo_flags & __WNOTHREAD) && in is_effectively_child()
1696 if (wo->wo_flags & __WNOTHREAD) in __do_wait()
1744 __WNOTHREAD|__WCLONE|__WALL)) in kernel_waitid_prepare()
1855 __WNOTHREAD|__WCLONE|__WALL)) in kernel_wait4()
/linux/tools/testing/selftests/cgroup/
H A Dcgroup_util.c
/linux/tools/testing/selftests/cgroup/lib/
H A Dcgroup_util.c451 ret = waitid(P_PID, pid, &info, options | __WALL | __WNOTHREAD); in clone_reap()