Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_atomic.cc197 static memory_order to_mo(morder mo) { in to_mo() function
212 return atomic_load(to_atomic(a), to_mo(mo)); in NoTsanAtomicLoad()
242 atomic_store(to_atomic(a), v, to_mo(mo)); in NoTsanAtomicStore()
376 return atomic_compare_exchange_strong(to_atomic(a), c, v, to_mo(mo)); in NoTsanAtomicCAS()