Searched defs:state_check_func (Results 1 – 2 of 2) sorted by relevance
107 bool WaitForPidState(pid_t pid, const std::function<PidRunEnum()>& state_check_func) { in WaitForPidState()131 bool WaitForPidStateAfterAttach(pid_t pid, const std::function<PidRunEnum()>& state_check_func) { in WaitForPidStateAfterAttach()
59 void ForkAndWaitForPidState(const std::function<PidRunEnum()>& state_check_func) { in ForkAndWaitForPidState()