atomic_exchange   107 compat/atomics/dummy/stdatomic.h     atomic_exchange(object, desired)
atomic_exchange   165 compat/atomics/dummy/stdatomic.h     atomic_exchange(object, 1)
atomic_exchange   112 compat/atomics/gcc/stdatomic.h     atomic_exchange(object, desired)
atomic_exchange   162 compat/atomics/gcc/stdatomic.h     atomic_exchange(object, 1)
atomic_exchange   124 compat/atomics/pthread/stdatomic.h     atomic_exchange(object, desired)
atomic_exchange   186 compat/atomics/pthread/stdatomic.h     atomic_exchange(object, 1)
atomic_exchange   105 compat/atomics/suncc/stdatomic.h     atomic_exchange(object, desired)
atomic_exchange   175 compat/atomics/suncc/stdatomic.h     atomic_exchange(object, 1)
atomic_exchange   102 compat/atomics/win32/stdatomic.h     atomic_exchange(object, desired)
atomic_exchange   170 compat/atomics/win32/stdatomic.h     atomic_exchange(object, 1)