Searched refs:got_pid (Results 1 – 2 of 2) sorted by relevance
416 pid_t got_pid = TEMP_FAILURE_RETRY(waitpid(pid, &status, 0)); in Exec() local417 if (got_pid != pid) { in Exec()420 command_line.c_str(), pid, got_pid, strerror(errno)); in Exec()
1176 pid_t got_pid; in wait_child() local1179 got_pid = waitpid(pid, &status, 0); in wait_child()1180 if (got_pid == -1 && errno == EINTR) { in wait_child()1186 if (got_pid != pid) { in wait_child()1188 (int) pid, (int) got_pid, strerror(errno)); in wait_child()