Searched refs:kException (Results 1 – 3 of 3) sorted by relevance
140 ExecutorManager::Instance().OnEvent(ExecutorEvent::kException); in Run()226 ExecutorManager::Instance().OnEvent(ExecutorEvent::kException); in WorkerLoop()261 } else if (event == ExecutorEvent::kException) { in OnEvent()
149 enum class ExecutorEvent { kClear, kRunGraphFinished, kException }; enumerator
1983 static const char* kException = "My error"; in RunFunctionHandlerExceptionTest() local1994 exception = kException; in RunFunctionHandlerExceptionTest()