Home | History | Annotate | Download | only in installd

Lines Matching refs:got_pid

851     pid_t got_pid;
854 got_pid = waitpid(pid, &status, 0);
855 if (got_pid == -1 && errno == EINTR) {
861 if (got_pid != pid) {
863 (int) pid, (int) got_pid, strerror(errno));