Searched defs:got_pid (Results 1 - 1 of 1) sorted by last modified time

/frameworks/native/cmds/installd/
H A Dcommands.cpp979 pid_t got_pid; local
982 got_pid = waitpid(pid, &status, 0);
983 if (got_pid == -1 && errno == EINTR) {
989 if (got_pid != pid) {
991 (int) pid, (int) got_pid, strerror(errno));

Completed in 42 milliseconds