Home
last modified time | relevance | path

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

/dragonfly/usr.bin/xargs/
H A Dxargs.c91 static int curprocs, maxprocs; variable
727 return (curprocs == 0); in pids_empty()
734 return (curprocs >= maxprocs); in pids_full()
744 curprocs++; in pids_add()
756 curprocs--; in pids_remove()