Searched defs:atomic_compare_exchange_weak (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/compat/atomics/pthread/ |
D | stdatomic.h | 145 #define atomic_compare_exchange_weak(object, expected, desired) \ macro
|
/third_party/ffmpeg/compat/atomics/dummy/ |
D | stdatomic.h | 126 #define atomic_compare_exchange_weak(object, expected, desired) \ macro
|
/third_party/ffmpeg/compat/atomics/gcc/ |
D | stdatomic.h | 125 #define atomic_compare_exchange_weak(object, expected, desired) \ macro
|
/third_party/ffmpeg/compat/atomics/suncc/ |
D | stdatomic.h | 118 #define atomic_compare_exchange_weak(object, expected, desired) \ macro
|
/third_party/ffmpeg/compat/atomics/win32/ |
D | stdatomic.h | 116 #define atomic_compare_exchange_weak(object, expected, desired) \ macro
|