Searched refs:mo_consume (Results 1 – 1 of 1) sorted by relevance
43 const int mo_consume = __tsan_memory_order_consume; variable57 : mo == mo_consume ? StatAtomicConsume in AtomicStatInc()76 CHECK(mo & (mo_relaxed | mo_consume | mo_acquire | mo_seq_cst)); in AtomicLoad()78 if (mo & (mo_consume | mo_acquire | mo_seq_cst)) in AtomicLoad()98 if (mo & (mo_consume | mo_acquire | mo_acq_rel | mo_seq_cst)) in AtomicExchange()109 if (mo & (mo_consume | mo_acquire | mo_acq_rel | mo_seq_cst)) in AtomicFetchAdd()120 if (mo & (mo_consume | mo_acquire | mo_acq_rel | mo_seq_cst)) in AtomicFetchAnd()131 if (mo & (mo_consume | mo_acquire | mo_acq_rel | mo_seq_cst)) in AtomicFetchOr()142 if (mo & (mo_consume | mo_acquire | mo_acq_rel | mo_seq_cst)) in AtomicFetchXor()154 if (mo & (mo_consume | mo_acquire | mo_acq_rel | mo_seq_cst)) in AtomicCAS()