Searched refs:__WNOTHREAD (Results 1 – 4 of 4) sorted by relevance
12 #define __WNOTHREAD 0x20000000 /* Don't wait on children of other threads in this group */ macro
1627 if ((wo->wo_flags & __WNOTHREAD) && wo->child_wait.private != p->parent) in is_effectively_child() 1658 return current == parent || (!(wo->wo_flags & __WNOTHREAD) && in do_wait_pid() 1725 if (wo->wo_flags & __WNOTHREAD) in do_wait() 1773 __WNOTHREAD|__WCLONE|__WALL)) in kernel_waitid_prepare() 1884 __WNOTHREAD|__WCLONE|__WALL)) in kernel_wait4()
470 ret = waitid(P_PID, pid, &info, options | __WALL | __WNOTHREAD); in clone_reap()