Home | History | Annotate | Download | only in runtime

Lines Matching full:waitpid

634     pid_t got_pid = TEMP_FAILURE_RETRY(waitpid(pid, &status, 0));
636 PLOG(ERROR) << "waitpid failed: wanted " << pid << ", got " << got_pid;