addr_type 50 opal/mca/pmix/pmix4x/pmix/src/threads/thread_usage.h #define PMIX_THREAD_DEFINE_ATOMIC_COMPARE_EXCHANGE(type, addr_type, suffix) \ addr_type 51 opal/mca/pmix/pmix4x/pmix/src/threads/thread_usage.h __pmix_attribute_always_inline__ static inline bool pmix_thread_compare_exchange_strong_ ## suffix (pmix_atomic_ ## addr_type *addr, type *compare, type value) \ addr_type 53 opal/mca/pmix/pmix4x/pmix/src/threads/thread_usage.h return pmix_atomic_compare_exchange_strong_ ## suffix (addr, (addr_type *) compare, (addr_type) value); \ addr_type 56 opal/mca/pmix/pmix4x/pmix/src/threads/thread_usage.h #define PMIX_THREAD_DEFINE_ATOMIC_SWAP(type, addr_type, suffix) \ addr_type 57 opal/mca/pmix/pmix4x/pmix/src/threads/thread_usage.h __pmix_attribute_always_inline__ static inline type pmix_thread_swap_ ## suffix (pmix_atomic_ ## addr_type *ptr, type newvalue) \ addr_type 59 opal/mca/pmix/pmix4x/pmix/src/threads/thread_usage.h return (type) pmix_atomic_swap_ ## suffix (ptr, (addr_type) newvalue); \ addr_type 118 opal/threads/thread_usage.h #define OPAL_THREAD_DEFINE_ATOMIC_COMPARE_EXCHANGE(type, addr_type, suffix) \ addr_type 119 opal/threads/thread_usage.h static inline bool opal_thread_compare_exchange_strong_ ## suffix (opal_atomic_ ## addr_type *addr, type *compare, type value) \ addr_type 122 opal/threads/thread_usage.h return opal_atomic_compare_exchange_strong_ ## suffix (addr, (addr_type *) compare, (addr_type) value); \ addr_type 135 opal/threads/thread_usage.h #define OPAL_THREAD_DEFINE_ATOMIC_SWAP(type, addr_type, suffix) \ addr_type 136 opal/threads/thread_usage.h static inline type opal_thread_swap_ ## suffix (opal_atomic_ ## addr_type *ptr, type newvalue) \ addr_type 139 opal/threads/thread_usage.h return (type) opal_atomic_swap_ ## suffix (ptr, (addr_type) newvalue); \ addr_type 728 oshmem/mca/memheap/base/memheap_base_mkey.c int addr_type = ADDR_INVALID; addr_type 735 oshmem/mca/memheap/base/memheap_base_mkey.c addr_type = ADDR_STATIC; addr_type 738 oshmem/mca/memheap/base/memheap_base_mkey.c addr_type = ADDR_USER; addr_type 741 oshmem/mca/memheap/base/memheap_base_mkey.c addr_type = ADDR_PRIVATE; addr_type 745 oshmem/mca/memheap/base/memheap_base_mkey.c return addr_type;