Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_proxy.cpp45 std::unique_lock<std::shared_mutex> writeLock(storeMutex_); in Close()
57 std::shared_lock<std::shared_mutex> readLock(storeMutex_); in GetLocalWaterMark()
70 std::shared_lock<std::shared_mutex> readLock(storeMutex_); in GetLocalWaterMarkByMode()
83 std::shared_lock<std::shared_mutex> readLock(storeMutex_); in PutLocalWaterMark()
96 std::shared_lock<std::shared_mutex> readLock(storeMutex_); in PutWaterMarkByMode()
109 std::shared_lock<std::shared_mutex> readLock(storeMutex_); in GetCloudWaterMark()
118 std::shared_lock<std::shared_mutex> readLock(storeMutex_); in SetCloudWaterMark()
127 std::shared_lock<std::shared_mutex> readLock(storeMutex_); in StartTransaction()
141 std::shared_lock<std::shared_mutex> readLock(storeMutex_); in Commit()
154 std::shared_lock<std::shared_mutex> readLock(storeMutex_); in Rollback()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dstorage_proxy.h166 mutable std::shared_mutex storeMutex_; variable