ptr_type 378 opal/include/opal/sys/atomic_impl.h #define OPAL_ATOMIC_DEFINE_OP_FETCH(op, operation, type, ptr_type, suffix) \ ptr_type 379 opal/include/opal/sys/atomic_impl.h static inline type opal_atomic_ ## op ## _fetch_ ## suffix (opal_atomic_ ## ptr_type *addr, type value) \ ptr_type 379 opal/mca/pmix/pmix4x/pmix/src/atomics/sys/atomic_impl.h #define PMIX_ATOMIC_DEFINE_OP_FETCH(op, operation, type, ptr_type, suffix) \ ptr_type 380 opal/mca/pmix/pmix4x/pmix/src/atomics/sys/atomic_impl.h static inline type pmix_atomic_ ## op ## _fetch_ ## suffix (pmix_atomic_ ## ptr_type *addr, type value) \