Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/transactions/
Dtransaction_test.h215 std::atomic<size_t> expected_commits = {0}; variable
309 expected_commits++;
342 expected_commits++;
Dwrite_prepared_transaction_test.cc1687 expected_commits = 0; in TEST_P()
1744 while (linked.load() <= bi + expected_commits) { in TEST_P()