Home
last modified time | relevance | path

Searched refs:timerMutex_ (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/utils/src/timer/lite/
H A Ddm_timer.cpp57 std::lock_guard<std::mutex> locker(timerMutex_); in StartTimer()
83 std::lock_guard<std::mutex> locker(timerMutex_); in DeleteTimer()
95 std::lock_guard<std::mutex> locker(timerMutex_); in DeleteAll()
117 timerMutex_.lock(); in TimerRunning()
129 timerMutex_.unlock(); in TimerRunning()
133 timerMutex_.lock(); in TimerRunning()
138 timerMutex_.unlock(); in TimerRunning()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/utils/
H A Ddh_timer.cpp44 std::unique_lock<std::mutex> lock(timerMutex_); in InitTimer()
55 std::lock_guard<std::mutex> lock(timerMutex_); in ReleaseTimer()
82 std::lock_guard<std::mutex> lock(timerMutex_); in StartEventRunner()
94 std::lock_guard<std::mutex> lock(timerMutex_); in StartTimer()
114 std::lock_guard<std::mutex> lock(timerMutex_); in Execute()
/ohos5.0/foundation/multimodalinput/input/service/timer_manager/src/
H A Dtimer_manager.cpp70 std::lock_guard<std::recursive_mutex> lock(timerMutex_); in TakeNextTimerId()
114 std::lock_guard<std::recursive_mutex> lock(timerMutex_); in RemoveTimerInternal()
126 std::lock_guard<std::recursive_mutex> lock(timerMutex_); in ResetTimerInternal()
146 std::lock_guard<std::recursive_mutex> lock(timerMutex_); in IsExistInternal()
157 std::lock_guard<std::recursive_mutex> lock(timerMutex_); in InsertTimerInternal()
170 std::lock_guard<std::recursive_mutex> lock(timerMutex_); in CalcNextDelayInternal()
185 std::lock_guard<std::recursive_mutex> lock(timerMutex_); in ProcessTimersInternal()
/ohos5.0/foundation/distributedhardware/device_manager/utils/src/timer/
H A Ddm_timer.cpp53 std::lock_guard<std::mutex> locker(timerMutex_); in StartTimer()
72 std::lock_guard<std::mutex> locker(timerMutex_); in DeleteTimer()
91 std::lock_guard<std::mutex> locker(timerMutex_); in DeleteAll()
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/
H A Dpoller.cpp365 timerMutex_.lock(); in PollOnce()
384 timerMutex_.unlock(); in PollOnce()
400 timerMutex_.lock(); in PollOnce()
407 timerMutex_.unlock(); in PollOnce()
473 timerMutex_.unlock(); in ExecuteTimerCb()
485 std::lock_guard lock(timerMutex_); in ExecuteTimerCb()
518 std::lock_guard lock(timerMutex_); in RegisterTimer()
534 std::lock_guard lock(timerMutex_); in UnregisterTimer()
583 std::lock_guard lock(timerMutex_); in IsTimerReady()
600 std::lock_guard lock(timerMutex_); in GetTimerStatus()
H A Dpoller.h150 mutable spin_mutex timerMutex_; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Depoll_io_waiter_mingw.cpp72 std::lock_guard lock(timerMutex_); in NotifyAll()
112 std::lock_guard lock(that.timerMutex_); in OnPoll()
131 std::lock_guard lock(that.timerMutex_); in OnTimer()
H A Depoll_io_waiter.h69 std::mutex timerMutex_; variable
/ohos5.0/base/inputmethod/imf/services/src/
H A Dime_aging_manager.cpp149 std::lock_guard<std::mutex> lock(timerMutex_); in StartAging()
161 std::lock_guard<std::mutex> lock(timerMutex_); in StopAging()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/utils/
H A Ddh_timer.h46 std::mutex timerMutex_; variable
/ohos5.0/foundation/distributedhardware/device_manager/utils/include/timer/
H A Ddm_timer.h72 mutable std::mutex timerMutex_;
/ohos5.0/base/inputmethod/imf/services/include/
H A Dime_aging_manager.h56 std::mutex timerMutex_; variable
/ohos5.0/foundation/multimodalinput/input/service/timer_manager/include/
H A Dtimer_manager.h64 std::recursive_mutex timerMutex_; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H A Ddfx_cloud_manager.h81 std::mutex timerMutex_; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_generate_worker.cpp303 std::lock_guard<std::mutex> lock(timerMutex_); in RegisterWorkerTimer()
318 std::lock_guard<std::mutex> lock(timerMutex_); in TryCloseTimer()
/ohos5.0/foundation/filemanagement/user_file_service/services/native/file_access_service/include/
H A Dfile_access_service.h137 std::lock_guard<std::mutex> lock(timerMutex_); in start()
171 std::mutex timerMutex_; variable
/ohos5.0/foundation/distributedhardware/device_manager/utils/include/timer/lite/
H A Ddm_timer.h112 mutable std::mutex timerMutex_;
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/
H A Dthumbnail_generate_worker.h124 std::mutex timerMutex_; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_manager.cpp598 std::unique_lock<std::mutex> lock(timerMutex_); in StartTimer()
629 std::unique_lock<std::mutex> lock(timerMutex_); in ShutDownTimer()