Home
last modified time | relevance | path

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

/packages/services/Car/cpp/bugreport/
Dmain.cpp310 pid_t child_pid = waitpid(pid, status, WNOHANG); in waitpid_with_timeout() local
311 if (child_pid != pid) { in waitpid_with_timeout()
312 if (child_pid != -1) { in waitpid_with_timeout()
313 ALOGE("*** Waiting for pid %d, got pid %d instead\n", pid, child_pid); in waitpid_with_timeout()