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

/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_atomic.cc220 static memory_order to_mo(morder mo) { function
235 return atomic_load(to_atomic(a), to_mo(mo));
265 atomic_store(to_atomic(a), v, to_mo(mo));
399 return atomic_compare_exchange_strong(to_atomic(a), c, v, to_mo(mo));

Completed in 53 milliseconds