Searched refs:next_cycles (Results 1 – 1 of 1) sorted by relevance
463 int64 next_cycles = next_log_time_cycles_.load(std::memory_order_relaxed); in ShouldLog() local465 if (now_cycles <= next_cycles) return false; in ShouldLog()467 next_cycles, in ShouldLog()