Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/utils/
DPidUtils.h40 bool WaitForPidStateAfterAttach(pid_t pid, const std::function<PidRunEnum()>& state_check_func);
DPidUtils.cpp131 bool WaitForPidStateAfterAttach(pid_t pid, const std::function<PidRunEnum()>& state_check_func) { in WaitForPidStateAfterAttach() function
/system/unwinding/libunwindstack/tests/
DForkTest.h63 if (WaitForPidStateAfterAttach(pid_, state_check_func)) { in ForkAndWaitForPidState()