Home
last modified time | relevance | path

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

/third_party/ffmpeg/compat/atomics/gcc/
H A Dstdatomic.h122 #define atomic_compare_exchange_strong_explicit(object, expected, desired, success, failure) \ macro
/third_party/ffmpeg/compat/atomics/win32/
H A Dstdatomic.h113 #define atomic_compare_exchange_strong_explicit(object, expected, desired, success, failure) \ macro
/third_party/ffmpeg/compat/atomics/suncc/
H A Dstdatomic.h115 #define atomic_compare_exchange_strong_explicit(object, expected, desired, success, failure) \ macro
/third_party/ffmpeg/compat/atomics/pthread/
H A Dstdatomic.h142 #define atomic_compare_exchange_strong_explicit(object, expected, desired, success, failure) \ macro
/third_party/ffmpeg/compat/atomics/dummy/
H A Dstdatomic.h123 #define atomic_compare_exchange_strong_explicit(object, expected, desired, success, failure) \ macro
/third_party/musl/src/internal/
H A Dstdatomic_impl.h83 #define atomic_compare_exchange_strong_explicit __c11_atomic_compare_exchange_strong macro
/third_party/musl/porting/linux/user/src/internal/
H A Dstdatomic_impl.h83 #define atomic_compare_exchange_strong_explicit __c11_atomic_compare_exchange_strong macro
/third_party/elfutils/lib/
H A Dstdatomic-fbsd.h265 #define atomic_compare_exchange_strong_explicit(object, expected, \ macro
290 #define atomic_compare_exchange_strong_explicit(object, expected, \ macro
317 #define atomic_compare_exchange_strong_explicit(object, expected, \ macro

Completed in 4 milliseconds