Searched refs:GetDeadlockInfoBuffer (Results 1 – 7 of 7) sorted by relevance
88 std::vector<DeadlockPath> GetDeadlockInfoBuffer();
606 std::vector<DeadlockPath> PessimisticTransactionDB::GetDeadlockInfoBuffer() { in GetDeadlockInfoBuffer() function in ROCKSDB_NAMESPACE::PessimisticTransactionDB607 return lock_mgr_.GetDeadlockInfoBuffer(); in GetDeadlockInfoBuffer()
136 std::vector<DeadlockPath> GetDeadlockInfoBuffer() override;
547 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 …]
736 std::vector<DeadlockPath> TransactionLockMgr::GetDeadlockInfoBuffer() { in GetDeadlockInfoBuffer() function in ROCKSDB_NAMESPACE::TransactionLockMgr
295 virtual std::vector<DeadlockPath> GetDeadlockInfoBuffer() = 0;
378 txn_db->GetDeadlockInfoBuffer(); in Java_org_rocksdb_TransactionDB_getDeadlockInfoBuffer()