Searched refs:got_pid (Results 1 – 2 of 2) sorted by relevance
976 pid_t got_pid; in wait_child() local979 got_pid = waitpid(pid, &status, 0); in wait_child()980 if (got_pid == -1 && errno == EINTR) { in wait_child()986 if (got_pid != pid) { in wait_child()988 (int) pid, (int) got_pid, strerror(errno)); in wait_child()
909 pid_t got_pid = TEMP_FAILURE_RETRY(waitpid(pid, &status, 0)); in Exec() local910 if (got_pid != pid) { in Exec()913 command_line.c_str(), pid, got_pid, strerror(errno)); in Exec()