Home
last modified time | relevance | path

Searched refs:monitoring_thread (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/sdm845/display/libhistogram/
Dhistogram_collector.h61 std::thread monitoring_thread; variable
Dhistogram_collector.cpp392 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()