Home
last modified time | relevance | path

Searched refs:mo_release (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_atomic.cc45 const int mo_release = __tsan_memory_order_release; variable
59 : mo == mo_release ? StatAtomicRelease in AtomicStatInc()
86 CHECK(mo & (mo_relaxed | mo_release | mo_seq_cst)); in AtomicStore()
87 if (mo & (mo_release | mo_seq_cst)) in AtomicStore()
95 if (mo & (mo_release | mo_acq_rel | mo_seq_cst)) in AtomicExchange()
106 if (mo & (mo_release | mo_acq_rel | mo_seq_cst)) in AtomicFetchAdd()
117 if (mo & (mo_release | mo_acq_rel | mo_seq_cst)) in AtomicFetchAnd()
128 if (mo & (mo_release | mo_acq_rel | mo_seq_cst)) in AtomicFetchOr()
139 if (mo & (mo_release | mo_acq_rel | mo_seq_cst)) in AtomicFetchXor()
150 if (mo & (mo_release | mo_acq_rel | mo_seq_cst)) in AtomicCAS()