Searched refs:maxprocs (Results 1 – 1 of 1) sorted by relevance
67 static int curprocs, maxprocs; variable111 maxprocs = 1; in main()143 maxprocs = strtonum(optarg, 1, INT_MAX, &errstr); in main()566 while ((pid = waitpid(-1, &status, !waitall && curprocs < maxprocs ? in waitchildren()