Searched refs:WaitForPidState (Results 1 – 3 of 3) sorted by relevance
38 bool WaitForPidState(pid_t pid, const std::function<PidRunEnum()>& state_check_func);
107 bool WaitForPidState(pid_t pid, const std::function<PidRunEnum()>& state_check_func) { in WaitForPidState() function
38 return unwindstack::WaitForPidState(pid, [pid, ready_ptr]() { in WaitForRemote()