Home
last modified time | relevance | path

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

/external/armnn/profiling/client/src/
DFileOnlyProfilingConnection.cpp104 if (m_LocalHandlersThread.joinable()) in Close()
108 m_LocalHandlersThread.join(); in Close()
205 if (m_LocalHandlersThread.joinable()) in StartProcessingThread()
207 m_LocalHandlersThread.join(); in StartProcessingThread()
213 m_LocalHandlersThread = std::thread(&FileOnlyProfilingConnection::ServiceLocalHandlers, this); in StartProcessingThread()
DFileOnlyProfilingConnection.hpp134 std::thread m_LocalHandlersThread; member in arm::pipe::FileOnlyProfilingConnection