Searched refs:timerCtrl (Results 1 – 1 of 1) sorted by relevance
46 timerCtrl.notify_one(); in ~AudioTimer()58 timerCtrl.notify_one(); in StartTimer()66 timerCtrl.notify_one(); in StopTimer()81 std::condition_variable timerCtrl; variable95 if (!timerCtrl.wait_for(lck, std::chrono::seconds(timeoutDuration), in TimerLoopFunc()102 timerCtrl.wait(lck, [this] { return CheckTimerStarted(); }); in TimerLoopFunc()