Searched refs:last_atomic_counter_ (Results 1 – 2 of 2) sorted by relevance
38 int64_t last_atomic_counter_before_read = last_atomic_counter_; in Read()79 ((last_atomic_counter_ + UINT32_MAX - buffer_size_samples_) % UINT32_MAX) + 1; in Read()97 if (atomic_counter != (last_atomic_counter_ % UINT32_MAX) + 1) { in Read()101 last_atomic_counter_ = atomic_counter; in Read()112 last_atomic_counter_ - last_atomic_counter_before_read - num_samples_read; in Read()
123 int64_t last_atomic_counter_ = 0; variable