Searched refs:WNOWAIT (Results 1 – 2 of 2) sorted by relevance
/haiku/headers/posix/sys/ | ||
H A D | wait.h | 19 #define WNOWAIT 0x20 macro |
/haiku/src/system/kernel/ | ||
H A D | team.cpp | 2562 if ((flags & WNOWAIT) == 0 || ignoreFoundEntries) { in wait_for_child() |