Home
last modified time | relevance | path

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

/freebsd/usr.bin/xargs/
H A Dxargs.c64 static pid_t xwait(int block, int *status);
627 xwait(int block, int *status) { in xwait() function
655 while ((pid = xwait(waitall || pids_full(), &status)) > 0) { in waitchildren()