Searched refs:childpid (Results 1 – 4 of 4) sorted by relevance
43 pid_t childpid; in run_test() local47 childpid = fork(); in run_test()49 if (childpid) { in run_test()50 waitpid(childpid, &result, 0); in run_test()
344 pid_t childpid; in process_request() local350 childpid = fork(); in process_request()351 if (childpid == 0) { in process_request()
29 if (pid < 0 || (pid == childpid && !WIFSTOPPED(status)))
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)