Searched refs:alarmThread_ (Results 1 – 2 of 2) sorted by relevance
110 std::unique_ptr<std::thread> alarmThread_; variable
81 alarmThread_.reset(new std::thread(&TimerManager::TimerLooper, this));463 if (alarmThread_ && alarmThread_->joinable()) { in ~TimerManager()464 alarmThread_->join(); in ~TimerManager()