Home
last modified time | relevance | path

Searched refs:_current_exception (Results 1 – 1 of 1) sorted by relevance

/external/ComputeLibrary/src/runtime/CPP/
DCPPScheduler.cpp205 std::exception_ptr _current_exception{ nullptr }; member in arm_compute::__anonff8802570111::Thread
254 if(_current_exception) in wait()
256 std::rethrow_exception(_current_exception); in wait()
270 _current_exception = nullptr; in worker_thread()
300 _current_exception = std::current_exception(); in worker_thread()