Searched refs:m_PeriodCaptureThread (Results 1 – 2 of 2) sorted by relevance
35 …m_PeriodCaptureThread = std::thread(&PeriodicCounterCapture::Capture, this, std::ref(m_ReadCounter… in Start()46 if (m_PeriodCaptureThread.joinable()) in Stop()49 m_PeriodCaptureThread.join(); in Stop()
65 std::thread m_PeriodCaptureThread; member in arm::pipe::PeriodicCounterCapture