Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/transactions/
Dtransaction_lock_mgr.cc171 dlock_buffer_(max_num_deadlocks), in TransactionLockMgr()
496 dlock_buffer_.AddNewPath(DeadlockPath(path, deadlock_time)); in IncrementWaiters()
511 dlock_buffer_.AddNewPath(DeadlockPath(deadlock_time, true)); in IncrementWaiters()
737 return dlock_buffer_.PrepareBuffer(); in GetDeadlockInfoBuffer()
741 dlock_buffer_.Resize(target_size); in Resize()
Dtransaction_lock_mgr.h124 DeadlockInfoBuffer dlock_buffer_; variable