Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dcpu_monitor.cpp50 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()
H A Dcpu_monitor.h82 std::thread* monitorThread = nullptr; variable