Lines Matching full:waitpid
755 while ((wait_pid = waitpid(-1, &wait_status, 0)) < 0)809 while ((pid = waitpid(-1, &status, WNOHANG)) > 0 ||