Home | History | Annotate | Download | only in runtime

Lines Matching refs:got_pid

1363     pid_t got_pid = TEMP_FAILURE_RETRY(waitpid(pid, &status, 0));
1364 if (got_pid != pid) {
1367 command_line.c_str(), pid, got_pid, strerror(errno));