Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dwait.h12 #define __WNOTHREAD 0x20000000 /* Don't wait on children of other threads in this group */ macro
/linux-6.3-rc2/kernel/
A Dexit.c1528 if ((wo->wo_flags & __WNOTHREAD) && wait->private != p->parent) in child_wait_callback()
1546 return current == parent || (!(wo->wo_flags & __WNOTHREAD) && in is_effectively_child()
1620 if (wo->wo_flags & __WNOTHREAD) in do_wait()
1651 __WNOTHREAD|__WCLONE|__WALL)) in kernel_waitid()
1749 __WNOTHREAD|__WCLONE|__WALL)) in kernel_wait4()
/linux-6.3-rc2/tools/testing/selftests/cgroup/
A Dcgroup_util.c382 ret = waitid(P_PID, pid, &info, options | __WALL | __WNOTHREAD); in clone_reap()

Completed in 7 milliseconds