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