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