Home
last modified time | relevance | path

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

/base/time/time_service/services/timer/include/
H A Dtimer_manager.h143 std::unique_ptr<std::thread> alarmThread_; member in OHOS::MiscServices::TimerManager
/base/time/time_service/services/timer/src/
H A Dtimer_manager.cpp103 alarmThread_.reset(new std::thread([this] { this->TimerLooper(); }));
592 if (alarmThread_ && alarmThread_->joinable()) { in ~TimerManager()
594 alarmThread_->join(); in ~TimerManager()

Completed in 3 milliseconds