Searched refs:monitoring_thread (Results 1 – 4 of 4) sorted by relevance
153 monitoring_thread = std::thread(&HistogramCollector::blob_processing_thread, this); in start()166 if (monitoring_thread.joinable()) in stop()167 monitoring_thread.join(); in stop()
76 std::thread monitoring_thread; variable
149 monitoring_thread = std::thread(&HistogramCollector::blob_processing_thread, this); in start()162 if (monitoring_thread.joinable()) in stop()163 monitoring_thread.join(); in stop()
73 std::thread monitoring_thread; variable