Searched refs:current_window_ (Results 1 – 2 of 2) sorted by relevance
51 return current_window_.load(std::memory_order_relaxed); in current_window()69 std::atomic_uint_fast64_t current_window_; variable
46 current_window_.store(0, std::memory_order_relaxed); in Clear()196 current_window_.store(next_window, std::memory_order_relaxed); in SwapHistoryBucket()