Searched refs:ProcessorTerminate (Results 1 – 4 of 4) sorted by relevance
37 throw ProcessorTerminate(); in Run()40 throw ProcessorTerminate(); in Run()42 throw ProcessorTerminate(); in Run()
2079 throw ProcessorTerminate(); in Terminate()
57 struct ProcessorTerminate : public std::exception { struct58 …ProcessorTerminate(ProcessorTerminateReason reason = ProcessorTerminateReason::SUCCESS) : reason_(…
69 } catch (const ProcessorTerminate &) { in Run()