Searched refs:childpid (Results 1 – 1 of 1) sorted by relevance
1426 pid_t childpid; local1433 while ((childpid = waitpid(-1, &status, attributes)) > 0) {1437 if (fg_pipe->progs[i].pid == childpid) {1448 while (prognum < pi->num_progs && pi->progs[prognum].pid != childpid) {1456 debug_printf("checkjobs: pid %d was not in our list!\n", childpid);1485 if (childpid == -1 && errno != ECHILD)