Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/services/timer/include/
H A Dtimer_manager.h148 std::unique_ptr<std::thread> alarmThread_; variable
/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_manager.cpp108 alarmThread_.reset(new std::thread([this] { this->TimerLooper(); })); in __anonbe1d56dd0202()
662 if (alarmThread_ && alarmThread_->joinable()) { in ~TimerManager()
664 alarmThread_->join(); in ~TimerManager()