Searched refs:m_SendThread (Results 1 – 4 of 4) sorted by relevance
58 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()
77 , m_SendThread(m_StateMachine, m_BufferManager, m_SendCounterPacket) in ProfilingService()255 SendThread m_SendThread; member in armnn::profiling::ProfilingService303 return instance.m_SendThread.WaitForPacketSent(timeout); in WaitForPacketSent()
134 m_SendThread.Stop(false); in Update()173 m_SendThread.Start(*m_ProfilingConnection); in Update()472 m_SendThread.Stop(false); in Stop()
60 std::thread m_SendThread; member in armnn::profiling::SendThread