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

/frameworks/native/cmds/installd/
H A Dcommands.c851 pid_t got_pid; local
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));

Completed in 45 milliseconds