Searched defs:atomic_compare_exchange_strong (Results 1 - 8 of 8) sorted by relevance
| /third_party/ffmpeg/compat/atomics/gcc/ |
| H A D | stdatomic.h | 114 #define atomic_compare_exchange_strong(object, expected, desired) \ macro
|
| /third_party/ffmpeg/compat/atomics/win32/ |
| H A D | stdatomic.h | 104 static inline int atomic_compare_exchange_strong(intptr_t *object, intptr_t *expected, in atomic_compare_exchange_strong() function
|
| /third_party/ffmpeg/compat/atomics/suncc/ |
| H A D | stdatomic.h | 107 static inline int atomic_compare_exchange_strong(intptr_t *object, intptr_t *expected, in atomic_compare_exchange_strong() function
|
| /third_party/ffmpeg/compat/atomics/pthread/ |
| H A D | stdatomic.h | 126 static inline int atomic_compare_exchange_strong(intptr_t *object, intptr_t *expected, in atomic_compare_exchange_strong() function
|
| /third_party/ffmpeg/compat/atomics/dummy/ |
| H A D | stdatomic.h | 109 static inline int atomic_compare_exchange_strong(intptr_t *object, intptr_t *expected, in atomic_compare_exchange_strong() function
|
| /third_party/musl/src/internal/ |
| H A D | stdatomic_impl.h | 82 #define atomic_compare_exchange_strong(object, expected, desired) __c11_atomic_compare_exchange_strong(object, expected, desired, __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST)
macro
|
| /third_party/musl/porting/linux/user/src/internal/ |
| H A D | stdatomic_impl.h | 82 #define atomic_compare_exchange_strong(object, expected, desired) __c11_atomic_compare_exchange_strong(object, expected, desired, __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST)
macro
|
| /third_party/elfutils/lib/ |
| H A D | stdatomic-fbsd.h | 374 #define atomic_compare_exchange_strong(object, expected, desired) \ macro
|
Completed in 5 milliseconds