Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_atomic.cc37 return mo == mo_relaxed || mo == mo_consume in IsLoadOrder()
42 return mo == mo_relaxed || mo == mo_release || mo == mo_seq_cst; in IsStoreOrder()
199 case mo_relaxed: return memory_order_relaxed; in to_mo()
279 if (mo != mo_relaxed) { in AtomicRMW()
404 if (mo != mo_relaxed) { in AtomicCAS()
489 StatInc(thr, mo == mo_relaxed ? StatAtomicRelaxed in AtomicStatInc()
Dtsan_interface.h159 mo_relaxed, enumerator