Searched refs:m_PeriodCaptureThread (Results 1 – 2 of 2) sorted by relevance
34 …m_PeriodCaptureThread = std::thread(&PeriodicCounterCapture::Capture, this, std::ref(m_ReadCounter… in Start()43 if (m_PeriodCaptureThread.joinable()) in Stop()46 m_PeriodCaptureThread.join(); in Stop()
59 std::thread m_PeriodCaptureThread; member in armnn::profiling::PeriodicCounterCapture