Searched refs:tryToExpire_ (Results 1 – 2 of 2) sorted by relevance
64 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
118 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()