Home
last modified time | relevance | path

Searched defs:atomic_exchange (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/compat/atomics/gcc/
H A Dstdatomic.h101 #define atomic_exchange(object, desired) \ macro
/third_party/ffmpeg/compat/atomics/win32/
H A Dstdatomic.h98 #define atomic_exchange(object, desired) \ macro
/third_party/ffmpeg/compat/atomics/suncc/
H A Dstdatomic.h101 #define atomic_exchange(object, desired) \ macro
/third_party/ffmpeg/compat/atomics/pthread/
H A Dstdatomic.h113 static inline intptr_t atomic_exchange(intptr_t *object, intptr_t desired) in atomic_exchange() function
/third_party/ffmpeg/compat/atomics/dummy/
H A Dstdatomic.h99 static inline intptr_t atomic_exchange(intptr_t *object, intptr_t desired) in atomic_exchange() function
/third_party/musl/src/internal/
H A Dstdatomic_impl.h79 #define atomic_exchange(object, desired) __c11_atomic_exchange(object, desired, __ATOMIC_SEQ_CST) macro
/third_party/musl/porting/linux/user/src/internal/
H A Dstdatomic_impl.h79 #define atomic_exchange(object, desired) __c11_atomic_exchange(object, desired, __ATOMIC_SEQ_CST) macro
/third_party/elfutils/lib/
H A Dstdatomic-fbsd.h380 #define atomic_exchange(object, desired) \ macro

Completed in 4 milliseconds