Searched refs:wait_pid (Results 1 – 10 of 10) sorted by relevance
38 pid_t wait_pid; in waitpid() local47 wait_pid = wait4(pid, &statusp, options, NULL); in waitpid()51 return wait_pid; in waitpid()
51 int wait_pid; local66 while ((wait_pid = wait((int *) 0)) != -1 && wait_pid != child_pid)
60 int wait_pid; local132 while ((wait_pid = wait(&finger_status)) != -1 && wait_pid != finger_pid)134 return (wait_pid != finger_pid || finger_status != 0);
51 for wait_pid in $child_pids53 $KILL $wait_pid114 for wait_pid in $child_pids116 $KILL $wait_pid
51 for wait_pid in $child_pids53 $KILL $wait_pid112 for wait_pid in $child_pids114 $KILL $wait_pid
633 pid_t wait_pid; in wdwmsg() local651 wait_pid = waitpid(child_pid, &child_status, 0); in wdwmsg()652 if ((wait_pid < 0) && (errno == ECHILD)) in wdwmsg()654 if ((wait_pid < 0) || (wait_pid != child_pid)) in wdwmsg()
111 function wait_pid function148 wait_pid "$PIDS"
514 pid_t wait_pid; /* pid returned by wait(). */ in server_loop() local699 while ((wait_pid = waitpid(-1, &wait_status, 0)) < 0) in server_loop()702 if (wait_pid != pid) in server_loop()704 (long)wait_pid, (long)pid); in server_loop()
558 static void wait_pid(pid_t);4881 wait_pid(comp_pid); in done()9209 wait_pid(pid); in compress_back()9321 wait_pid(pid); in decompress_file()9439 wait_pid(pid_t pid) in wait_pid() function