Searched refs:WaitForPidStateAfterAttach (Results 1 – 3 of 3) sorted by relevance
40 bool WaitForPidStateAfterAttach(pid_t pid, const std::function<PidRunEnum()>& state_check_func);
131 bool WaitForPidStateAfterAttach(pid_t pid, const std::function<PidRunEnum()>& state_check_func) { in WaitForPidStateAfterAttach() function
63 if (WaitForPidStateAfterAttach(pid_, state_check_func)) { in ForkAndWaitForPidState()