Searched refs:atomic_counter (Results 1 – 1 of 1) sorted by relevance
75 int64_t atomic_counter = static_cast<uint32_t>(buffer_.back().reserved0); in Read() local76 bool reached_zero_counter_head = atomic_counter == 0; in Read()78 atomic_counter == in Read()97 if (atomic_counter != (last_atomic_counter_ % UINT32_MAX) + 1) { in Read()101 last_atomic_counter_ = atomic_counter; in Read()