Home | History | Annotate | Download | only in mirror

Lines Matching full:atomic_rb_ptr

145   Atomic<uint32_t>* atomic_rb_ptr = reinterpret_cast<Atomic<uint32_t>*>(raw_addr);
149 if (UNLIKELY(atomic_rb_ptr->LoadRelaxed() != expected_ref.reference_)) {
153 } while (!atomic_rb_ptr->CompareExchangeWeakSequentiallyConsistent(expected_ref.reference_,
155 DCHECK_EQ(new_ref.reference_, atomic_rb_ptr->LoadRelaxed());