Searched refs:schemaMgrMutex_ (Results 1 – 2 of 2) sorted by relevance
1218 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()
319 mutable std::shared_mutex schemaMgrMutex_; variable