Searched refs:got_pid (Results 1 – 1 of 1) sorted by relevance
49 pid_t got_pid = TEMP_FAILURE_RETRY(waitpid(pid, &status, 0)); in WaitChild() local51 if (got_pid != pid) { in WaitChild()52 PLOG(WARNING) << "waitpid failed: wanted " << pid << ", got " << got_pid; in WaitChild()