Home | Sort by: relevance | last modified time | path |
/src/usr.bin/xargs/ | |
xargs.c | 80 static int curprocs, maxprocs; variable in typeref:typename:int 569 curprocs++; 579 while ((pid = waitpid(-1, &status, !waitall && curprocs < maxprocs ? 581 curprocs--; |