Searched refs:collecting_thread (Results 1 – 2 of 2) sorted by relevance
57 void collecting_thread(int pipe);
392 monitoring_thread = std::thread(&HistogramCollector::collecting_thread, this, selfpipe[0]); in start()411 void histogram::HistogramCollector::collecting_thread(int selfpipe) { in collecting_thread() function in histogram::HistogramCollector