Home
last modified time | relevance | path

Searched defs:atomic_exchange (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_atomic_msvc.h157 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
Dsanitizer_atomic_clang.h63 INLINE typename T::Type atomic_exchange(volatile T *a, in atomic_exchange() function
/external/scudo/standalone/
Datomic_helpers.h107 inline typename T::Type atomic_exchange(volatile T *A, typename T::Type V, in atomic_exchange() function
/external/clang/lib/Headers/
Dstdatomic.h137 #define atomic_exchange(object, desired) __c11_atomic_exchange(object, desired, __ATOMIC_SEQ_CST) macro
/external/elfutils/lib/
Dstdatomic-fbsd.h380 #define atomic_exchange(object, desired) \ macro
/external/deqp/modules/gles31/functional/
Des31fNegativeShaderFunctionTests.cpp3996 void atomic_exchange (NegativeTestContext& ctx) in atomic_exchange() function