Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_atomic.cc42 const int mo_relaxed = __tsan_memory_order_relaxed; variable
56 StatInc(thr, mo == mo_relaxed ? StatAtomicRelaxed in AtomicStatInc()
76 CHECK(mo & (mo_relaxed | mo_consume | mo_acquire | mo_seq_cst)); in AtomicLoad()
86 CHECK(mo & (mo_relaxed | mo_release | mo_seq_cst)); in AtomicStore()