Home
last modified time | relevance | path

Searched refs:timerCond_ (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/netmanager_base/services/common/include/
H A Dffrt_timer.h66 timerCond_.notify_one(); in Start()
79 timerCond_.wait(locker, [this] { return stopStatus_ == true; }); in Stop()
108 ffrt::condition_variable timerCond_; member in OHOS::NetManagerStandard::FfrtTimer
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/utils/
H A Ddh_timer.cpp47 timerCond_.wait(lock, [this] { return eventHandler_ != nullptr; }); in InitTimer()
85 timerCond_.notify_all(); in StartEventRunner()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/utils/
H A Ddh_timer.h47 std::condition_variable timerCond_; member in OHOS::DistributedHardware::DHTimer
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/session/
H A Daudio_session_timer.h62 std::condition_variable timerCond_; member in OHOS::AudioStandard::AudioSessionTimer
H A Daudio_session_timer.cpp79 timerCond_.notify_all(); in StopTimer()
128 bool waitResult = timerCond_.wait_for(loopLock, std::chrono::seconds(1), in TimerLoopFunc()

Completed in 3 milliseconds