Searched defs:atomic_exchange (Results 1 – 10 of 10) sorted by relevance
/third_party/musl/porting/linux/user/src/internal/ |
D | stdatomic_impl.h | 79 #define atomic_exchange(object, desired) __c11_atomic_exchange(object, desired, __ATOMIC_SEQ_CST) macro
|
/third_party/musl/src/internal/ |
D | stdatomic_impl.h | 79 #define atomic_exchange(object, desired) __c11_atomic_exchange(object, desired, __ATOMIC_SEQ_CST) macro
|
/third_party/ffmpeg/compat/atomics/dummy/ |
D | stdatomic.h | 99 static inline intptr_t atomic_exchange(intptr_t *object, intptr_t desired) in atomic_exchange() function
|
/third_party/ffmpeg/compat/atomics/pthread/ |
D | stdatomic.h | 113 static inline intptr_t atomic_exchange(intptr_t *object, intptr_t desired) in atomic_exchange() function
|
/third_party/ffmpeg/compat/atomics/gcc/ |
D | stdatomic.h | 101 #define atomic_exchange(object, desired) \ macro
|
/third_party/ffmpeg/compat/atomics/suncc/ |
D | stdatomic.h | 101 #define atomic_exchange(object, desired) \ macro
|
/third_party/ffmpeg/compat/atomics/win32/ |
D | stdatomic.h | 98 #define atomic_exchange(object, desired) \ macro
|
/third_party/elfutils/lib/ |
D | stdatomic-fbsd.h | 380 #define atomic_exchange(object, desired) \ macro
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fNegativeShaderFunctionTests.cpp | 3996 void atomic_exchange (NegativeTestContext& ctx) in atomic_exchange() function
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 49771 atomic_exchange(atomic<_ITp>* __a, _ITp __i) noexcept in atomic_exchange() function 49776 atomic_exchange(volatile atomic<_ITp>* __a, _ITp __i) noexcept in atomic_exchange() function
|