Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/transactions/
Dtransaction_lock_mgr.cc221 std::shared_ptr<LockMap> TransactionLockMgr::GetLockMap( in GetLockMap() function in ROCKSDB_NAMESPACE::TransactionLockMgr
291 std::shared_ptr<LockMap> lock_map_ptr = GetLockMap(column_family_id); in TryLock()
629 std::shared_ptr<LockMap> lock_map_ptr = GetLockMap(column_family_id); in UnLock()
655 std::shared_ptr<LockMap> lock_map_ptr = GetLockMap(column_family_id); in UnLock()
Dtransaction_lock_mgr.h132 std::shared_ptr<LockMap> GetLockMap(uint32_t column_family_id);