Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/transactions/
Dwrite_prepared_transaction_test.cc420 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()
Dwrite_prepared_txn_db.cc640 UpdateSnapshots(snapshots, new_snapshots_version); in AdvanceMaxEvictedSeq()
812 void WritePreparedTxnDB::UpdateSnapshots( in UpdateSnapshots() function in ROCKSDB_NAMESPACE::WritePreparedTxnDB
Dwrite_prepared_txn_db.h687 void UpdateSnapshots(const std::vector<SequenceNumber>& snapshots,