Home | History | Annotate | Download | only in installd

Lines Matching refs:got_pid

624     pid_t got_pid;
630 got_pid = waitpid(pid, &status, 0);
631 if (got_pid == -1 && errno == EINTR) {
637 if (got_pid != pid) {
639 (int) pid, (int) got_pid, strerror(errno));