Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/profiling/client/src/
H A DSendThread.cpp34 , m_SendThreadException(nullptr) in SendThread()
114 if (m_SendThreadException) in Stop()
117 std::rethrow_exception(m_SendThreadException); in Stop()
120 m_SendThreadException = nullptr; in Stop()
143 m_SendThreadException = in Send()
H A DSendThread.hpp73 std::exception_ptr m_SendThreadException; member in arm::pipe::SendThread