_fetch_           379 opal/include/opal/sys/atomic_impl.h     static inline type opal_atomic_ ## op ## _fetch_ ## suffix (opal_atomic_ ## ptr_type *addr, type value) \
_fetch_           104 opal/include/opal/sys/atomic_stdc.h     static inline type opal_atomic_## op ## _fetch_ ## bits (opal_atomic_ ## type *addr, type value) \
_fetch_           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) \
_fetch_           103 opal/mca/pmix/pmix4x/pmix/src/atomics/sys/atomic_stdc.h     static inline type pmix_atomic_## op ## _fetch_ ## bits (pmix_atomic_ ## type *addr, type value) \
_fetch_            40 opal/mca/pmix/pmix4x/pmix/src/threads/thread_usage.h __pmix_attribute_always_inline__ static inline type pmix_thread_ ## name ## _fetch_ ## suffix (pmix_atomic_ ## type *addr, type delta) \
_fetch_            42 opal/mca/pmix/pmix4x/pmix/src/threads/thread_usage.h     return pmix_atomic_ ## name ## _fetch_ ## suffix (addr, delta);     \
_fetch_            97 opal/threads/thread_usage.h static inline type opal_thread_ ## name ## _fetch_ ## suffix (opal_atomic_ ## type *addr, type delta) \
_fetch_           100 opal/threads/thread_usage.h         return opal_atomic_ ## name ## _fetch_ ## suffix (addr, delta); \