Home
last modified time | relevance | path

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

/base/time/time_service/services/timer/include/
Dtimer_manager.h110 std::unique_ptr<std::thread> alarmThread_; variable
/base/time/time_service/services/timer/src/
Dtimer_manager.cpp81 alarmThread_.reset(new std::thread(&TimerManager::TimerLooper, this));
463 if (alarmThread_ && alarmThread_->joinable()) { in ~TimerManager()
464 alarmThread_->join(); in ~TimerManager()