Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/transactions/
Dwrite_prepared_txn_db.cc820 size_t sync_i = 0; in UpdateSnapshots() local
840 TEST_IDX_SYNC_POINT("WritePreparedTxnDB::UpdateSnapshots:p:", ++sync_i); in UpdateSnapshots()
841 TEST_IDX_SYNC_POINT("WritePreparedTxnDB::UpdateSnapshots:s:", sync_i); in UpdateSnapshots()
846 for (++sync_i; sync_i <= 10; ++sync_i) { in UpdateSnapshots()
847 TEST_IDX_SYNC_POINT("WritePreparedTxnDB::UpdateSnapshots:p:", sync_i); in UpdateSnapshots()
848 TEST_IDX_SYNC_POINT("WritePreparedTxnDB::UpdateSnapshots:s:", sync_i); in UpdateSnapshots()
874 size_t sync_i = 0; in CheckAgainstSnapshots() local
891 ++sync_i); in CheckAgainstSnapshots()
892 TEST_IDX_SYNC_POINT("WritePreparedTxnDB::CheckAgainstSnapshots:s:", sync_i); in CheckAgainstSnapshots()
905 for (++sync_i; sync_i <= 10; ++sync_i) { in CheckAgainstSnapshots()
[all …]