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