Home
last modified time | relevance | path

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

/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/src/
H A Dmetrics.hpp354 bool is_caught_up = false; in flip_phase() local
357 is_caught_up = (odd_end_epoch_.load() == start_value_at_flip); in flip_phase()
359 is_caught_up = (even_end_epoch_.load() == start_value_at_flip); in flip_phase()
361 if (!is_caught_up) { in flip_phase()
364 } while (!is_caught_up); in flip_phase()