Home
last modified time | relevance | path

Searched defs:atomic_exchange_explicit (Results 1 – 9 of 9) sorted by relevance

/third_party/elfutils/lib/
Dstdatomic-fbsd.h273 #define atomic_exchange_explicit(object, desired, order) \ macro
298 #define atomic_exchange_explicit(object, desired, order) \ macro
331 #define atomic_exchange_explicit(object, desired, order) \ macro
339 #define atomic_exchange_explicit(object, desired, order) \ macro
/third_party/musl/porting/linux/user/src/internal/
Dstdatomic_impl.h80 #define atomic_exchange_explicit __c11_atomic_exchange macro
/third_party/musl/src/internal/
Dstdatomic_impl.h80 #define atomic_exchange_explicit __c11_atomic_exchange macro
/third_party/ffmpeg/compat/atomics/dummy/
Dstdatomic.h106 #define atomic_exchange_explicit(object, desired, order) \ macro
/third_party/ffmpeg/compat/atomics/pthread/
Dstdatomic.h123 #define atomic_exchange_explicit(object, desired, order) \ macro
/third_party/ffmpeg/compat/atomics/gcc/
Dstdatomic.h111 #define atomic_exchange_explicit(object, desired, order) \ macro
/third_party/ffmpeg/compat/atomics/suncc/
Dstdatomic.h104 #define atomic_exchange_explicit(object, desired, order) \ macro
/third_party/ffmpeg/compat/atomics/win32/
Dstdatomic.h101 #define atomic_exchange_explicit(object, desired, order) \ macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp49706 atomic_exchange_explicit(atomic<_ITp>* __a, _ITp __i, in atomic_exchange_explicit() function
49712 atomic_exchange_explicit(volatile atomic<_ITp>* __a, _ITp __i, in atomic_exchange_explicit() function