Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1218 std::shared_lock<std::shared_mutex> readLock(schemaMgrMutex_); in ChkSchema()
1236 std::unique_lock<std::shared_mutex> writeLock(schemaMgrMutex_); in SetCloudDbSchema()
1299 std::shared_lock<std::shared_mutex> readLock(schemaMgrMutex_); in GetCloudDbSchema()
1337 std::shared_lock<std::shared_mutex> readLock(schemaMgrMutex_); in GetCloudTableSchema()
1591 std::unique_lock<std::shared_mutex> writeLock(schemaMgrMutex_); in IsSharedTable()
1597 std::unique_lock<std::shared_mutex> writeLock(schemaMgrMutex_); in GetSharedTableOriginNames()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h319 mutable std::shared_mutex schemaMgrMutex_; variable