Searched refs:atomic_compare_exchange_weak_explicit (Results 1 - 9 of 9) sorted by relevance
/third_party/elfutils/lib/ |
H A D | stdatomic-fbsd.h | 269 #define atomic_compare_exchange_weak_explicit(object, expected, \ macro 294 #define atomic_compare_exchange_weak_explicit(object, expected, \ macro 325 #define atomic_compare_exchange_weak_explicit(object, expected, \ macro 378 atomic_compare_exchange_weak_explicit(object, expected, \
|
/third_party/musl/src/internal/ |
H A D | stdatomic_impl.h | 86 #define atomic_compare_exchange_weak_explicit __c11_atomic_compare_exchange_weak
macro
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | stdatomic_impl.h | 86 #define atomic_compare_exchange_weak_explicit __c11_atomic_compare_exchange_weak
macro
|
/third_party/ffmpeg/compat/atomics/gcc/ |
H A D | stdatomic.h | 128 #define atomic_compare_exchange_weak_explicit(object, expected, desired, success, failure) \ macro
|
/third_party/ffmpeg/compat/atomics/win32/ |
H A D | stdatomic.h | 119 #define atomic_compare_exchange_weak_explicit(object, expected, desired, success, failure) \ macro
|
/third_party/ffmpeg/compat/atomics/suncc/ |
H A D | stdatomic.h | 121 #define atomic_compare_exchange_weak_explicit(object, expected, desired, success, failure) \ macro
|
/third_party/ffmpeg/compat/atomics/pthread/ |
H A D | stdatomic.h | 148 #define atomic_compare_exchange_weak_explicit(object, expected, desired, success, failure) \ macro
|
/third_party/ffmpeg/compat/atomics/dummy/ |
H A D | stdatomic.h | 129 #define atomic_compare_exchange_weak_explicit(object, expected, desired, success, failure) \ macro
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 29 milliseconds