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
61 std::thread monitoring_thread; variable
392 monitoring_thread = std::thread(&HistogramCollector::collecting_thread, this, selfpipe[0]); in start()404 if (monitoring_thread.joinable()) in stop()405 monitoring_thread.join(); in stop()