Searched refs:got_pid (Results 1 – 2 of 2) sorted by relevance
71 pid_t got_pid = TEMP_FAILURE_RETRY(waitpid(pid, &status, 0)); in Exec() local72 if (got_pid != pid) { in Exec()75 command_line.c_str(), pid, got_pid, strerror(errno)); in Exec()
968 pid_t got_pid; in wait_child() local971 got_pid = waitpid(pid, &status, 0); in wait_child()972 if (got_pid == -1 && errno == EINTR) { in wait_child()978 if (got_pid != pid) { in wait_child()980 (int) pid, (int) got_pid, strerror(errno)); in wait_child()