Home
last modified time | relevance | path

Searched refs:mo_consume (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()
50 return mo == mo_consume || mo == mo_acquire in IsAcquireOrder()
200 case mo_consume: return memory_order_consume; in to_mo()
403 bool write_lock = mo != mo_acquire && mo != mo_consume; in AtomicCAS()
490 : mo == mo_consume ? StatAtomicConsume in AtomicStatInc()
Dtsan_interface.h160 mo_consume, enumerator