Searched defs:atomic_exchange_explicit (Results 1 – 9 of 9) sorted by relevance
| /third_party/elfutils/lib/ |
| D | stdatomic-fbsd.h | 273 #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/ |
| D | stdatomic_impl.h | 80 #define atomic_exchange_explicit __c11_atomic_exchange macro
|
| /third_party/musl/src/internal/ |
| D | stdatomic_impl.h | 80 #define atomic_exchange_explicit __c11_atomic_exchange macro
|
| /third_party/ffmpeg/compat/atomics/dummy/ |
| D | stdatomic.h | 106 #define atomic_exchange_explicit(object, desired, order) \ macro
|
| /third_party/ffmpeg/compat/atomics/pthread/ |
| D | stdatomic.h | 123 #define atomic_exchange_explicit(object, desired, order) \ macro
|
| /third_party/ffmpeg/compat/atomics/gcc/ |
| D | stdatomic.h | 111 #define atomic_exchange_explicit(object, desired, order) \ macro
|
| /third_party/ffmpeg/compat/atomics/suncc/ |
| D | stdatomic.h | 104 #define atomic_exchange_explicit(object, desired, order) \ macro
|
| /third_party/ffmpeg/compat/atomics/win32/ |
| D | stdatomic.h | 101 #define atomic_exchange_explicit(object, desired, order) \ macro
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 49706 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
|