Home
last modified time | relevance | path

Searched refs:timerMutex_ (Results 1 - 17 of 17) sorted by relevance

/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()
/foundation/distributedhardware/device_manager/utils/src/timer/lite/
H A Ddm_timer.cpp56 std::lock_guard<std::mutex> locker(timerMutex_); in StartTimer()
82 std::lock_guard<std::mutex> locker(timerMutex_); in DeleteTimer()
94 std::lock_guard<std::mutex> locker(timerMutex_); in DeleteAll()
116 timerMutex_.lock(); in TimerRunning()
128 timerMutex_.unlock(); in TimerRunning()
132 timerMutex_.lock(); in TimerRunning()
137 timerMutex_.unlock(); in TimerRunning()
/foundation/multimodalinput/input/service/timer_manager/src/
H A Dtimer_manager.cpp86 std::lock_guard<std::recursive_mutex> lock(timerMutex_); in TakeNextTimerId()
125 std::lock_guard<std::recursive_mutex> lock(timerMutex_); in RemoveTimerInternal()
137 std::lock_guard<std::recursive_mutex> lock(timerMutex_); in ResetTimerInternal()
157 std::lock_guard<std::recursive_mutex> lock(timerMutex_); in IsExistInternal()
168 std::lock_guard<std::recursive_mutex> lock(timerMutex_); in InsertTimerInternal()
181 std::lock_guard<std::recursive_mutex> lock(timerMutex_); in CalcNextDelayInternal()
196 std::lock_guard<std::recursive_mutex> lock(timerMutex_); in ProcessTimersInternal()
/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()
/foundation/resourceschedule/ffrt/src/sync/
H A Dpoller.cpp356 timerMutex_.lock();
375 timerMutex_.unlock();
391 timerMutex_.lock();
398 timerMutex_.unlock();
464 timerMutex_.unlock();
475 timerMutex_.lock();
482 timerMutex_.unlock();
508 std::lock_guard lock(timerMutex_);
524 std::lock_guard lock(timerMutex_);
528 timerMutex_
[all...]
H A Dpoller.h150 mutable spin_mutex timerMutex_; member in ffrt::Poller
/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_; member in OHOS::AppExecFwk::final
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/utils/
H A Ddh_timer.h46 std::mutex timerMutex_; member in OHOS::DistributedHardware::DHTimer
/foundation/distributedhardware/device_manager/utils/include/timer/
H A Ddm_timer.h71 mutable std::mutex timerMutex_; member in OHOS::DistributedHardware::DmTimer
/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H A Ddfx_cloud_manager.h81 std::mutex timerMutex_; member in OHOS::Media::CloudSyncDfxManager
/foundation/multimodalinput/input/service/timer_manager/include/
H A Dtimer_manager.h65 std::recursive_mutex timerMutex_; member in OHOS::MMI::final
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/
H A Dthumbnail_generate_worker.h122 std::mutex timerMutex_; member in OHOS::Media::ThumbnailGenerateWorker
/foundation/distributedhardware/device_manager/utils/include/timer/lite/
H A Ddm_timer.h112 mutable std::mutex timerMutex_; member in OHOS::DistributedHardware::DmTimer
/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_; member in OHOS::FileAccessFwk::OnDemandTimer
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_generate_worker.cpp298 std::lock_guard<std::mutex> lock(timerMutex_); in RegisterWorkerTimer()
313 std::lock_guard<std::mutex> lock(timerMutex_); in TryCloseTimer()
/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_manager.cpp548 std::unique_lock<std::mutex> lock(timerMutex_); in StartTimer()
579 std::unique_lock<std::mutex> lock(timerMutex_); in ShutDownTimer()

Completed in 8 milliseconds