Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dwait.h12 #define __WNOTHREAD 0x20000000 /* Don't wait on children of other threads in this group */ macro
/Linux-v4.19/kernel/
Dexit.c1478 if ((wo->wo_flags & __WNOTHREAD) && wait->private != p->parent) in child_wait_callback()
1524 if (wo->wo_flags & __WNOTHREAD) in do_wait()
1553 __WNOTHREAD|__WCLONE|__WALL)) in kernel_waitid()
1633 __WNOTHREAD|__WCLONE|__WALL)) in kernel_wait4()