Searched defs:atomic_compare_exchange_strong_explicit (Results 1 – 9 of 9) sorted by relevance
/third_party/elfutils/lib/ |
D | stdatomic-fbsd.h | 265 #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
|
/third_party/musl/porting/linux/user/src/internal/ |
D | stdatomic_impl.h | 83 #define atomic_compare_exchange_strong_explicit __c11_atomic_compare_exchange_strong macro
|
/third_party/musl/src/internal/ |
D | stdatomic_impl.h | 83 #define atomic_compare_exchange_strong_explicit __c11_atomic_compare_exchange_strong macro
|
/third_party/ffmpeg/compat/atomics/dummy/ |
D | stdatomic.h | 123 #define atomic_compare_exchange_strong_explicit(object, expected, desired, success, failure) \ macro
|
/third_party/ffmpeg/compat/atomics/pthread/ |
D | stdatomic.h | 142 #define atomic_compare_exchange_strong_explicit(object, expected, desired, success, failure) \ macro
|
/third_party/ffmpeg/compat/atomics/gcc/ |
D | stdatomic.h | 122 #define atomic_compare_exchange_strong_explicit(object, expected, desired, success, failure) \ macro
|
/third_party/ffmpeg/compat/atomics/suncc/ |
D | stdatomic.h | 115 #define atomic_compare_exchange_strong_explicit(object, expected, desired, success, failure) \ macro
|
/third_party/ffmpeg/compat/atomics/win32/ |
D | stdatomic.h | 113 #define atomic_compare_exchange_strong_explicit(object, expected, desired, success, failure) \ macro
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 49734 atomic_compare_exchange_strong_explicit(atomic<_ITp>* __a, in atomic_compare_exchange_strong_explicit() function 49742 atomic_compare_exchange_strong_explicit(volatile atomic<_ITp>* __a, in atomic_compare_exchange_strong_explicit() function
|