Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DPressureMonitor.cpp97 if (mMonitorThread.joinable()) { in terminate()
98 mMonitorThread.join(); in terminate()
178 if (mMonitorThread.joinable()) { in start()
184 mMonitorThread = std::thread([&]() { in start()
DPressureMonitor.h199 std::thread mMonitorThread; variable