Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/transactions/
Dtransaction_lock_mgr.h30 struct DeadlockInfoBuffer { struct
38 explicit DeadlockInfoBuffer(uint32_t n_latest_dlocks) in DeadlockInfoBuffer() argument
124 DeadlockInfoBuffer dlock_buffer_;
Dtransaction_lock_mgr.cc96 void DeadlockInfoBuffer::AddNewPath(DeadlockPath path) { in AddNewPath()
107 void DeadlockInfoBuffer::Resize(uint32_t target_size) { in Resize()
127 std::vector<DeadlockPath> DeadlockInfoBuffer::Normalize() { in Normalize()
144 std::vector<DeadlockPath> DeadlockInfoBuffer::PrepareBuffer() { in PrepareBuffer()