opal_atomic_compare_exchange_strong_rel_64  398 opal/include/opal/sys/atomic.h bool opal_atomic_compare_exchange_strong_rel_64 (opal_atomic_int64_t *addr, int64_t *oldval,
opal_atomic_compare_exchange_strong_rel_64  171 test/asm/atomic_cmpset.c     assert(opal_atomic_compare_exchange_strong_rel_64 (&vol64, &old64, new64) == true);
opal_atomic_compare_exchange_strong_rel_64  177 test/asm/atomic_cmpset.c     assert(opal_atomic_compare_exchange_strong_rel_64 (&vol64, &old64, new64) == false);