Searched refs:future_max_evicted_seq_ (Results 1 – 2 of 2) sorted by relevance
459 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()
758 std::atomic<uint64_t> future_max_evicted_seq_ = {}; variable