Searched refs:WNOWAIT (Results 1 – 4 of 4) sorted by relevance
198 #if HAVE_WAITID && defined WNOWAIT && 0 in wait_subprocess()214 if (waitid (P_PID, child, &info, WEXITED | (slave_process ? WNOWAIT : 0)) in wait_subprocess()
369 #if defined(WNOWAIT) && !defined(ANDROID) && !defined(__APPLE__) \390 waitid(P_PID, pid, &child_info, WEXITED | WNOHANG | WNOWAIT); in WaitForChild()
9 #define WNOWAIT 0x01000000 /* Don't reap, just poll status. */ macro
1831 #ifdef WNOWAIT1832 { WNOWAIT, "WNOWAIT" },