atomic_exchange    99 compat/atomics/dummy/stdatomic.h static inline intptr_t atomic_exchange(intptr_t *object, intptr_t desired)
atomic_exchange   101 compat/atomics/gcc/stdatomic.h #define atomic_exchange(object, desired)                            \
atomic_exchange   113 compat/atomics/pthread/stdatomic.h static inline intptr_t atomic_exchange(intptr_t *object, intptr_t desired)
atomic_exchange   101 compat/atomics/suncc/stdatomic.h #define atomic_exchange(object, desired) \
atomic_exchange    98 compat/atomics/win32/stdatomic.h #define atomic_exchange(object, desired) \