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

/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_atomic.cc55 mo_acq_rel, enumerator in enum:__anon921
69 return mo == mo_release || mo == mo_acq_rel || mo == mo_seq_cst;
74 || mo == mo_acq_rel || mo == mo_seq_cst;
78 return mo == mo_acq_rel || mo == mo_seq_cst;
226 case mo_acq_rel: return memory_order_acq_rel;
516 : mo == mo_acq_rel ? StatAtomicAcq_Rel
918 ATOMIC_RET(FetchAdd, *(a32*)(a+16), *(a32**)a, *(a32*)(a+8), mo_acq_rel);
923 ATOMIC_RET(FetchAdd, *(a64*)(a+16), *(a64**)a, *(a64*)(a+8), mo_acq_rel);
928 ATOMIC_RET(Exchange, *(a32*)(a+16), *(a32**)a, *(a32*)(a+8), mo_acq_rel);
933 ATOMIC_RET(Exchange, *(a64*)(a+16), *(a64**)a, *(a64*)(a+8), mo_acq_rel);
[all...]

Completed in 60 milliseconds