Searched defs:atomic_compare_exchange_strong_explicit (Results 1 - 8 of 8) sorted by relevance
| /third_party/ffmpeg/compat/atomics/gcc/ |
| H A D | stdatomic.h | 122 #define atomic_compare_exchange_strong_explicit(object, expected, desired, success, failure) \ macro
|
| /third_party/ffmpeg/compat/atomics/win32/ |
| H A D | stdatomic.h | 113 #define atomic_compare_exchange_strong_explicit(object, expected, desired, success, failure) \ macro
|
| /third_party/ffmpeg/compat/atomics/suncc/ |
| H A D | stdatomic.h | 115 #define atomic_compare_exchange_strong_explicit(object, expected, desired, success, failure) \ macro
|
| /third_party/ffmpeg/compat/atomics/pthread/ |
| H A D | stdatomic.h | 142 #define atomic_compare_exchange_strong_explicit(object, expected, desired, success, failure) \ macro
|
| /third_party/ffmpeg/compat/atomics/dummy/ |
| H A D | stdatomic.h | 123 #define atomic_compare_exchange_strong_explicit(object, expected, desired, success, failure) \ macro
|
| /third_party/musl/src/internal/ |
| H A D | stdatomic_impl.h | 83 #define atomic_compare_exchange_strong_explicit __c11_atomic_compare_exchange_strong
macro
|
| /third_party/musl/porting/linux/user/src/internal/ |
| H A D | stdatomic_impl.h | 83 #define atomic_compare_exchange_strong_explicit __c11_atomic_compare_exchange_strong
macro
|
| /third_party/elfutils/lib/ |
| H A 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
|
Completed in 4 milliseconds