Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_db_proxy.cpp473 std::lock_guard<std::mutex> autoLock(actionMutex_); in MoveInRecordAndExtend()
480 std::lock_guard<std::mutex> autoLock(actionMutex_); in MoveInExtend()
487 std::lock_guard<std::mutex> autoLock(actionMutex_); in MoveOutRecordAndExtend()
494 std::lock_guard<std::mutex> autoLock(actionMutex_); in MoveInQueryExtendAndData()
501 std::lock_guard<std::mutex> autoLock(actionMutex_); in MoveOutQueryExtendAndData()
508 std::lock_guard<std::mutex> autoLock(actionMutex_); in MoveInLockStatus()
514 std::lock_guard<std::mutex> autoLock(actionMutex_); in MoveOutLockStatus()
520 std::lock_guard<std::mutex> autoLock(actionMutex_); in MoveInCursorStatus()
526 std::lock_guard<std::mutex> autoLock(actionMutex_); in MoveOutCursorStatus()
541 std::lock_guard<std::mutex> autoLock(actionMutex_); in SetActionRes()
[all …]
H A Dcloud_db_proxy.h123 std::mutex actionMutex_; variable