opal_atomic_compare_exchange_strong_rel_32  373 opal/include/opal/sys/atomic.h bool opal_atomic_compare_exchange_strong_rel_32 (opal_atomic_int32_t *addr, int32_t *oldval,
opal_atomic_compare_exchange_strong_rel_32  134 test/asm/atomic_cmpset.c     assert(opal_atomic_compare_exchange_strong_rel_32 (&vol32, &old32, new32) ==  true);
opal_atomic_compare_exchange_strong_rel_32  140 test/asm/atomic_cmpset.c     assert(opal_atomic_compare_exchange_strong_rel_32 (&vol32, &old32, new32) == false);