Searched refs:monitorThread (Results 1 – 2 of 2) sorted by relevance
50 if (monitorThread != nullptr) { in ~CPUMonitor()51 monitorThread->join(); in ~CPUMonitor()53 delete monitorThread; in ~CPUMonitor()54 monitorThread = nullptr; in ~CPUMonitor()92 monitorThread = nullptr; in StartMonitor()
82 std::thread* monitorThread = nullptr; variable