Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/
H A Dthermal_timer.cpp128 expiredCond_.notify_one(); in Start()
154 expiredCond_.wait(locker, [this] { in Stop()
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_action/
H A Dthermal_timer.h83 std::condition_variable expiredCond_; variable