Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/transactions/
Dwrite_prepared_txn_db.h159 SequenceNumber max_evicted_seq_lb, max_evicted_seq_ub; variable
198 max_evicted_seq_ub = max_evicted_seq_.load(std::memory_order_acquire);
199 if (UNLIKELY(max_evicted_seq_lb != max_evicted_seq_ub)) {
203 if (max_evicted_seq_ub < prep_seq) {
252 max_evicted_seq_ub = max_evicted_seq_.load(std::memory_order_acquire);
255 } while (UNLIKELY(max_evicted_seq_lb != max_evicted_seq_ub));
262 if (max_evicted_seq_ub < snapshot_seq) { // then (ii) cannot be the case