Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/transactions/
Dwrite_prepared_txn_db.cc651 auto updated_prev_max = prev_max; in AdvanceMaxEvictedSeq() local
654 while (updated_prev_max < new_max && in AdvanceMaxEvictedSeq()
655 !max_evicted_seq_.compare_exchange_weak(updated_prev_max, new_max, in AdvanceMaxEvictedSeq()