Searched defs:atomic_exchange (Results 1 – 10 of 10) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_atomic_msvc.h | 157 INLINE u8 atomic_exchange(volatile atomic_uint8_t *a, in atomic_exchange() function 164 INLINE u16 atomic_exchange(volatile atomic_uint16_t *a, in atomic_exchange() function 171 INLINE u32 atomic_exchange(volatile atomic_uint32_t *a, in atomic_exchange() function
|
D | sanitizer_atomic_clang.h | 63 INLINE typename T::Type atomic_exchange(volatile T *a, in atomic_exchange() function
|
/external/libdav1d/include/compat/gcc/ |
D | stdatomic.h | 45 #define atomic_exchange(p_a, v) __atomic_exchange_n(p_a, v, __ATOMIC_SEQ_CST) macro
|
/external/libdav1d/include/compat/msvc/ |
D | stdatomic.h | 55 #define atomic_exchange(p_a, v) InterlockedExchange(p_a, v) macro
|
/external/libusb/tests/ |
D | stress_mt.c | 79 #define atomic_exchange InterlockedExchange macro
|
/external/scudo/standalone/ |
D | atomic_helpers.h | 107 inline typename T::Type atomic_exchange(volatile T *A, typename T::Type V, in atomic_exchange() function
|
/external/clang/lib/Headers/ |
D | stdatomic.h | 137 #define atomic_exchange(object, desired) __c11_atomic_exchange(object, desired, __ATOMIC_SEQ_CST) macro
|
/external/elfutils/lib/ |
D | stdatomic-fbsd.h | 380 #define atomic_exchange(object, desired) \ macro
|
/external/sdv/vsomeip/third_party/boost/smart_ptr/include/boost/smart_ptr/ |
D | shared_ptr.hpp | 1108 template<class T> shared_ptr<T> atomic_exchange( shared_ptr<T> * p, shared_ptr<T> r ) BOOST_SP_NOEX… in atomic_exchange() function
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeShaderFunctionTests.cpp | 4765 void atomic_exchange(NegativeTestContext &ctx) in atomic_exchange() function
|