Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/incidentd/src/
H A Dincidentd_util.cpp182 static bool waitpid_with_timeout(pid_t pid, int timeout_ms, int* status) { in waitpid_with_timeout() function
251 if (waitpid_with_timeout(pid, timeout_ms, &status)) { in wait_child()