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.cc62 mo_consume, enumerator
94 : mo == mo_consume ? StatAtomicConsume in AtomicStatInc()
102 return mo == mo_relaxed || mo == mo_consume in IsLoadOrder()
115 return mo == mo_consume || mo == mo_acquire in IsAcquireOrder()
262 case mo_consume: return memory_order_consume; in to_mo()
464 bool write_lock = mo != mo_acquire && mo != mo_consume; in AtomicCAS()