Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/xargs/
H A Dxargs.c67 static int curprocs, maxprocs; variable
556 curprocs++; in run()
566 while ((pid = waitpid(-1, &status, !waitall && curprocs < maxprocs ? in waitchildren()
568 curprocs--; in waitchildren()