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

/linux-master/include/uapi/linux/
H A Dwait.h12 #define __WNOTHREAD 0x20000000 /* Don't wait on children of other threads in this group */ macro
/linux-master/kernel/
H A Dexit.c1507 if ((wo->wo_flags & __WNOTHREAD) && wo->child_wait.private != p->parent)
1538 return current == parent || (!(wo->wo_flags & __WNOTHREAD) &&
1605 if (wo->wo_flags & __WNOTHREAD)
1653 __WNOTHREAD|__WCLONE|__WALL))
1764 __WNOTHREAD|__WCLONE|__WALL))
/linux-master/tools/testing/selftests/cgroup/
H A Dcgroup_util.c384 ret = waitid(P_PID, pid, &info, options | __WALL | __WNOTHREAD);

Completed in 120 milliseconds