Searched refs:rd_index_ (Results 1 – 2 of 2) sorted by relevance
171 PERFETTO_DCHECK(cur_ >= RingBuffer::rd_index_); in ~ReadIterator()173 RingBuffer::rd_index_.store(cur_, std::memory_order_release); in ~ReadIterator()216 PERFETTO_DCHECK(index >= rd_index_); in At()224 return ReadIterator(rd_index_.load(std::memory_order_acquire), in GetReadIterator()240 auto rd_index = rd_index_.load(std::memory_order_relaxed); in GetSizeForTesting()255 static std::atomic<uint64_t> rd_index_; variable
36 std::atomic<uint64_t> RingBuffer::rd_index_; member in perfetto::metatrace::RingBuffer92 rd_index_ = 0; in Reset()103 auto rd_index = rd_index_.load(std::memory_order_relaxed); in AppendNewRecord()