Searched refs:xwait (Results 1 – 1 of 1) sorted by relevance
64 static pid_t xwait(int block, int *status);627 xwait(int block, int *status) { in xwait() function655 while ((pid = xwait(waitall || pids_full(), &status)) > 0) { in waitchildren()