Searched refs:next_cycles (Results 1 – 4 of 4) sorted by relevance
61 int64_t next_cycles = next_log_time_cycles_.load(std::memory_order_relaxed); in ShouldLog() local65 if (now_cycles > next_cycles) { in ShouldLog()73 if (now_cycles <= next_cycles) return false; in ShouldLog()75 next_cycles, now_cycles + seconds * CycleClock::Frequency(), in ShouldLog()
501 int64_t next_cycles = next_log_time_cycles_.load(std::memory_order_relaxed); in ShouldLog() local503 if (now_cycles <= next_cycles) return false; in ShouldLog()505 next_cycles, in ShouldLog()