Searched refs:UpdateSnapshots (Results 1 – 3 of 3) sorted by relevance
| /rocksdb-6.9/utilities/transactions/ |
| D | write_prepared_transaction_test.cc | 420 wp_db->UpdateSnapshots(empty_snapshots, ++version); in SnapshotConcurrentAccessTestInternal() 422 wp_db->UpdateSnapshots(old_snapshots, ++version); in SnapshotConcurrentAccessTestInternal() 441 [&]() { wp_db->UpdateSnapshots(new_snapshots, version); }); in SnapshotConcurrentAccessTestInternal() 451 wp_db->UpdateSnapshots(empty_snapshots, ++version); in SnapshotConcurrentAccessTestInternal() 452 wp_db->UpdateSnapshots(old_snapshots, ++version); in SnapshotConcurrentAccessTestInternal() 470 [&]() { wp_db->UpdateSnapshots(new_snapshots, version); }); in SnapshotConcurrentAccessTestInternal() 1101 wp_db->UpdateSnapshots(snapshots, version); in TEST_P() 1278 wp_db->UpdateSnapshots(initial_snapshots, init_max); in TEST_P()
|
| D | write_prepared_txn_db.cc | 640 UpdateSnapshots(snapshots, new_snapshots_version); in AdvanceMaxEvictedSeq() 812 void WritePreparedTxnDB::UpdateSnapshots( in UpdateSnapshots() function in ROCKSDB_NAMESPACE::WritePreparedTxnDB
|
| D | write_prepared_txn_db.h | 687 void UpdateSnapshots(const std::vector<SequenceNumber>& snapshots,
|