Home
last modified time | relevance | path

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

/external/armnn/src/profiling/
DSendThread.cpp58 if (m_SendThread.joinable()) in Start()
60 m_SendThread.join(); in Start()
76 m_SendThread = std::thread(&SendThread::Send, this, std::ref(profilingConnection)); in Start()
85 if (m_SendThread.joinable()) in Stop()
90 m_SendThread.join(); in Stop()
DProfilingService.hpp77 , m_SendThread(m_StateMachine, m_BufferManager, m_SendCounterPacket) in ProfilingService()
255 SendThread m_SendThread; member in armnn::profiling::ProfilingService
303 return instance.m_SendThread.WaitForPacketSent(timeout); in WaitForPacketSent()
DProfilingService.cpp134 m_SendThread.Stop(false); in Update()
173 m_SendThread.Start(*m_ProfilingConnection); in Update()
472 m_SendThread.Stop(false); in Stop()
DSendThread.hpp60 std::thread m_SendThread; member in armnn::profiling::SendThread