Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/
Dexit.c1697 if ((wo->wo_flags & __WNOTHREAD) && wait->private != p->parent) in child_wait_callback()
1743 if (wo->wo_flags & __WNOTHREAD) in do_wait()
1843 __WNOTHREAD|__WCLONE|__WALL)) in SYSCALL_DEFINE4()
/linux-3.4.99/include/linux/
Dwait.h11 #define __WNOTHREAD 0x20000000 /* Don't wait on children of other threads in this group */ macro