Searched refs:m_terminateExecutionCallback (Results 1 – 2 of 2) sorted by relevance
340 if (m_terminateExecutionCallback) { in terminateExecution()347 m_terminateExecutionCallback = std::move(callback); in terminateExecution()356 if (!m_terminateExecutionCallback) return; in reportTermination()362 m_terminateExecutionCallback->sendSuccess(); in reportTermination()363 m_terminateExecutionCallback.reset(); in reportTermination()
275 std::unique_ptr<TerminateExecutionCallback> m_terminateExecutionCallback; variable