Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_action/
H A Dthermal_timer.h64 ThermalTimerUtils() : expired_(true), tryToExpire_(false) in ThermalTimerUtils()
70 tryToExpire_ = timerUtils.tryToExpire_.load(); in ThermalTimerUtils()
81 std::atomic<bool> tryToExpire_; // timer is in stop process variable
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/
H A Dthermal_timer.cpp118 while (!tryToExpire_) { in Start()
147 if (tryToExpire_) in Stop()
151 tryToExpire_ = true; // change this bool value to make timer while loop stop in Stop()
160 tryToExpire_ = false; in Stop()