Searched refs:childpid (Results 1 – 1 of 1) sorted by relevance
/busybox-1.35.0/shell/ |
D | hush.c | 8891 static int process_wait_result(struct pipe *fg_pipe, pid_t childpid, int status) in process_wait_result() argument 8903 childpid, WSTOPSIG(status), WEXITSTATUS(status)); in process_wait_result() 8906 childpid, WTERMSIG(status), WEXITSTATUS(status)); in process_wait_result() 8909 childpid, WEXITSTATUS(status)); in process_wait_result() 8919 if (fg_pipe->cmds[i].pid != childpid) in process_wait_result() 8981 if (pi->cmds[i].pid == childpid) in process_wait_result() 8986 debug_printf("checkjobs: pid %d was not in our list!\n", childpid); in process_wait_result() 9086 pid_t childpid; in checkjobs() local 9091 childpid = waitpid(-1, &status, attributes); in checkjobs() 9092 if (childpid <= 0) { in checkjobs() [all …]
|