Home
last modified time | relevance | path

Searched refs:timerTaskLock_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Druntime_context_impl.cpp997 std::lock_guard<std::mutex> autoLock(timerTaskLock_); in SetTimerByThreadPool()
1006 std::lock_guard<std::mutex> autoLock(timerTaskLock_); in SetTimerByThreadPool()
1029 std::lock_guard<std::mutex> autoLock(timerTaskLock_); in ModifyTimerByThreadPool()
1052 std::lock_guard<std::mutex> autoLock(timerTaskLock_); in RemoveTimerByThreadPool()
1062 std::lock_guard<std::mutex> autoLock(timerTaskLock_); in RemoveTimerByThreadPool()
1076 std::lock_guard<std::mutex> autoLock(timerTaskLock_); in ThreadPoolTimerAction()
1100 std::lock_guard<std::mutex> autoLock(timerTaskLock_); in ThreadPoolTimerAction()
H A Druntime_context_impl.h274 mutable std::mutex timerTaskLock_; variable