Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/utils/
DPidUtils.cpp107 bool WaitForPidState(pid_t pid, const std::function<PidRunEnum()>& state_check_func) { in WaitForPidState() argument
112 status = state_check_func(); in WaitForPidState()
131 bool WaitForPidStateAfterAttach(pid_t pid, const std::function<PidRunEnum()>& state_check_func) { in WaitForPidStateAfterAttach() argument
135 status = state_check_func(); in WaitForPidStateAfterAttach()
DPidUtils.h38 bool WaitForPidState(pid_t pid, const std::function<PidRunEnum()>& state_check_func);
40 bool WaitForPidStateAfterAttach(pid_t pid, const std::function<PidRunEnum()>& state_check_func);
/system/unwinding/libunwindstack/tests/
DForkTest.h59 void ForkAndWaitForPidState(const std::function<PidRunEnum()>& state_check_func) { in ForkAndWaitForPidState() argument
63 if (WaitForPidStateAfterAttach(pid_, state_check_func)) { in ForkAndWaitForPidState()