Searched refs:oldest_key_time_ (Results 1 – 2 of 2) sorted by relevance
420 return oldest_key_time_.load(std::memory_order_relaxed); in ApproximateOldestKeyTime()515 std::atomic<uint64_t> oldest_key_time_; variable
107 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()