Home
last modified time | relevance | path

Searched refs:GetDeadlockInfoBuffer (Results 1 – 7 of 7) sorted by relevance

/rocksdb-6.9/utilities/transactions/
Dtransaction_lock_mgr.h88 std::vector<DeadlockPath> GetDeadlockInfoBuffer();
Dpessimistic_transaction_db.cc606 std::vector<DeadlockPath> PessimisticTransactionDB::GetDeadlockInfoBuffer() { in GetDeadlockInfoBuffer() function in ROCKSDB_NAMESPACE::PessimisticTransactionDB
607 return lock_mgr_.GetDeadlockInfoBuffer(); in GetDeadlockInfoBuffer()
Dpessimistic_transaction_db.h136 std::vector<DeadlockPath> GetDeadlockInfoBuffer() override;
Dtransaction_test.cc547 auto dlock_buffer = db->GetDeadlockInfoBuffer(); in TEST_P()
594 auto dlock_buffer_before_resize = db->GetDeadlockInfoBuffer(); in TEST_P()
596 auto dlock_buffer_after_resize = db->GetDeadlockInfoBuffer(); in TEST_P()
607 dlock_buffer_before_resize = db->GetDeadlockInfoBuffer(); in TEST_P()
609 dlock_buffer_after_resize = db->GetDeadlockInfoBuffer(); in TEST_P()
620 dlock_buffer_before_resize = db->GetDeadlockInfoBuffer(); in TEST_P()
622 dlock_buffer_after_resize = db->GetDeadlockInfoBuffer(); in TEST_P()
626 dlock_buffer_before_resize = db->GetDeadlockInfoBuffer(); in TEST_P()
628 dlock_buffer_after_resize = db->GetDeadlockInfoBuffer(); in TEST_P()
673 auto dlock_buffer = db->GetDeadlockInfoBuffer(); in TEST_P()
[all …]
Dtransaction_lock_mgr.cc736 std::vector<DeadlockPath> TransactionLockMgr::GetDeadlockInfoBuffer() { in GetDeadlockInfoBuffer() function in ROCKSDB_NAMESPACE::TransactionLockMgr
/rocksdb-6.9/include/rocksdb/utilities/
Dtransaction_db.h295 virtual std::vector<DeadlockPath> GetDeadlockInfoBuffer() = 0;
/rocksdb-6.9/java/rocksjni/
Dtransaction_db.cc378 txn_db->GetDeadlockInfoBuffer(); in Java_org_rocksdb_TransactionDB_getDeadlockInfoBuffer()