Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/transactions/
Dtransaction_test.cc594 auto dlock_buffer_before_resize = db->GetDeadlockInfoBuffer(); in TEST_P() local
602 dlock_buffer_before_resize[i].path[j].m_txn_id); in TEST_P()
607 dlock_buffer_before_resize = db->GetDeadlockInfoBuffer(); in TEST_P()
612 for (uint32_t i = 0; i < dlock_buffer_before_resize.size(); i++) { in TEST_P()
613 for (uint32_t j = 0; j < dlock_buffer_before_resize[i].path.size(); j++) { in TEST_P()
615 dlock_buffer_before_resize[i].path[j].m_txn_id); in TEST_P()
620 dlock_buffer_before_resize = db->GetDeadlockInfoBuffer(); in TEST_P()
626 dlock_buffer_before_resize = db->GetDeadlockInfoBuffer(); in TEST_P()