Searched refs:state_check_func (Results 1 – 3 of 3) sorted by relevance
107 bool WaitForPidState(pid_t pid, const std::function<PidRunEnum()>& state_check_func) { in WaitForPidState() argument112 status = state_check_func(); in WaitForPidState()131 bool WaitForPidStateAfterAttach(pid_t pid, const std::function<PidRunEnum()>& state_check_func) { in WaitForPidStateAfterAttach() argument135 status = state_check_func(); in WaitForPidStateAfterAttach()
38 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);
59 void ForkAndWaitForPidState(const std::function<PidRunEnum()>& state_check_func) { in ForkAndWaitForPidState() argument63 if (WaitForPidStateAfterAttach(pid_, state_check_func)) { in ForkAndWaitForPidState()