Searched refs:child_pid (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A Dutils.c430 pid_t child_pid = waitpid(pid, status, WNOHANG); local
431 if (child_pid != pid) {
432 if (child_pid != -1) {
433 printf("*** Waiting for pid %d, got pid %d instead\n", pid, child_pid);

Completed in 47 milliseconds