Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dmemtable.h420 return oldest_key_time_.load(std::memory_order_relaxed); in ApproximateOldestKeyTime()
515 std::atomic<uint64_t> oldest_key_time_; variable
Dmemtable.cc107 oldest_key_time_(std::numeric_limits<uint64_t>::max()), in MemTable()
220 uint64_t oldest_key_time = oldest_key_time_.load(std::memory_order_relaxed); in UpdateOldestKeyTime()
227 oldest_key_time_.compare_exchange_strong( in UpdateOldestKeyTime()