Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/transactions/
Dtransaction_lock_mgr.cc186 InstrumentedMutexLock l(&lock_map_mutex_); in AddColumnFamily()
202 InstrumentedMutexLock l(&lock_map_mutex_); in RemoveColumnFamily()
237 InstrumentedMutexLock l(&lock_map_mutex_); in GetLockMap()
701 InstrumentedMutexLock l(&lock_map_mutex_); in GetLockStatusData()
Dtransaction_lock_mgr.h107 InstrumentedMutex lock_map_mutex_; variable