Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_atomic.cc52 mo_consume, enumerator
60 return mo == mo_relaxed || mo == mo_consume in IsLoadOrder()
73 return mo == mo_consume || mo == mo_acquire in IsAcquireOrder()
223 case mo_consume: return memory_order_consume; in to_mo()
426 bool write_lock = mo != mo_acquire && mo != mo_consume; in AtomicCAS()
513 : mo == mo_consume ? StatAtomicConsume in AtomicStatInc()