Searched refs:action_seqlock_ (Results 1 – 1 of 1) sorted by relevance
118 std::atomic_uint32_t action_seqlock_{0}; // Incremented before and after any modification. member149 DCHECK_EQ(descriptor.action_seqlock_.load() & 1, 0u) << "Already locked"; in ActionSeqlock()150 descriptor.action_seqlock_.fetch_add(1, std::memory_order_relaxed); in ActionSeqlock()157 DCHECK_EQ(descriptor.action_seqlock_.load() & 1, 1u) << "Already unlocked"; in ActionSequnlock()160 descriptor.action_seqlock_.fetch_add(1, std::memory_order_relaxed); in ActionSequnlock()