Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/transactions/
Dwrite_prepared_txn_db.cc459 auto new_max = future_max_evicted_seq_.load(); in AddPrepared()
618 !future_max_evicted_seq_.compare_exchange_weak( in AdvanceMaxEvictedSeq()
684 if (UNLIKELY(snap_seq != 0 && snap_seq <= future_max_evicted_seq_)) { in GetSnapshotInternal()
691 while ((max = future_max_evicted_seq_.load()) != 0 && in GetSnapshotInternal()
Dwrite_prepared_txn_db.h758 std::atomic<uint64_t> future_max_evicted_seq_ = {}; variable