Searched refs:got_pid (Results 1 – 2 of 2) sorted by relevance
900 pid_t got_pid; in wait_child() local903 got_pid = waitpid(pid, &status, 0); in wait_child()904 if (got_pid == -1 && errno == EINTR) { in wait_child()910 if (got_pid != pid) { in wait_child()912 (int) pid, (int) got_pid, strerror(errno)); in wait_child()
674 pid_t got_pid = TEMP_FAILURE_RETRY(waitpid(pid, &status, 0)); in Exec() local675 if (got_pid != pid) { in Exec()678 command_line.c_str(), pid, got_pid, strerror(errno)); in Exec()