Searched refs:WasContinueInterrupted (Results 1 – 4 of 4) sorted by relevance
64 bool WasContinueInterrupted(Thread &thread) override;
824 bool StopInfoMachException::WasContinueInterrupted(Thread &thread) { in WasContinueInterrupted() function in StopInfoMachException
85 virtual bool WasContinueInterrupted(Thread &thread) { return false; } in WasContinueInterrupted() function
429 if (m_stop_info_sp && m_stop_info_sp->WasContinueInterrupted(*this)) in GetPrivateStopInfo()