Lines Matching defs:nprocs
161 static unsigned int nprocs, tcbtabsize;
635 else if (nprocs > 1 && !outfname)
715 if (nprocs == tcbtabsize)
732 nprocs++;
735 tcp->pid, nprocs);
754 nprocs--;
757 tcp->pid, nprocs);
1623 if (!argv[0] == !nprocs) {
1627 if (nprocs != 0 && daemonized_tracer) {
1775 if (nprocs != 0 || daemonized_tracer)
1783 print_pid_pfx = (outfname && followfork < 2 && (followfork == 1 || nprocs > 1));
2063 * Used to exit simply when nprocs hits zero, but in this testcase:
2079 if (nprocs == 0)
2093 if (nprocs == 0 && wait_errno == ECHILD)
2096 * If nprocs > 0, ECHILD is not expected,