Searched refs:atomic_compare_exchange_weak (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/compat/atomics/dummy/ |
D | stdatomic.h | 126 #define atomic_compare_exchange_weak(object, expected, desired) \ macro 130 atomic_compare_exchange_weak(object, expected, desired)
|
/third_party/ffmpeg/compat/atomics/gcc/ |
D | stdatomic.h | 125 #define atomic_compare_exchange_weak(object, expected, desired) \ macro 129 atomic_compare_exchange_weak(object, expected, desired)
|
/third_party/ffmpeg/compat/atomics/suncc/ |
D | stdatomic.h | 118 #define atomic_compare_exchange_weak(object, expected, desired) \ macro 122 atomic_compare_exchange_weak(object, expected, desired)
|
/third_party/ffmpeg/compat/atomics/win32/ |
D | stdatomic.h | 116 #define atomic_compare_exchange_weak(object, expected, desired) \ macro 120 atomic_compare_exchange_weak(object, expected, desired)
|
/third_party/ffmpeg/compat/atomics/pthread/ |
D | stdatomic.h | 145 #define atomic_compare_exchange_weak(object, expected, desired) \ macro 149 atomic_compare_exchange_weak(object, expected, desired)
|
/third_party/elfutils/lib/ |
D | stdatomic-fbsd.h | 377 #define atomic_compare_exchange_weak(object, expected, desired) \ macro
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 8502 …<!-- bool __sanitizer::atomic_compare_exchange_weak<__sanitizer::atomic_uintptr_t>(volatile __sani… 8503 …<function-decl name='atomic_compare_exchange_weak<__sanitizer::atomic_uintptr_t>' filepath='… 36565 …<!-- bool __sanitizer::atomic_compare_exchange_weak<__sanitizer::atomic_uint64_t>(volatile __sanit… 36566 …<function-decl name='atomic_compare_exchange_weak<__sanitizer::atomic_uint64_t>' filepath='.… 36578 …<!-- bool __sanitizer::atomic_compare_exchange_weak<__sanitizer::atomic_uintptr_t>(volatile __sani… 36579 …<function-decl name='atomic_compare_exchange_weak<__sanitizer::atomic_uintptr_t>' filepath='… 36848 …<!-- bool __sanitizer::atomic_compare_exchange_weak<__sanitizer::atomic_uintptr_t>(volatile __sani… 36849 …<function-decl name='atomic_compare_exchange_weak<__sanitizer::atomic_uintptr_t>' filepath='…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 4834 …<function-decl name='atomic_compare_exchange_weak<__sanitizer::atomic_uintptr_t>' filepath='… 21662 …<function-decl name='atomic_compare_exchange_weak<__sanitizer::atomic_uint64_t>' filepath='.… 21669 …<function-decl name='atomic_compare_exchange_weak<__sanitizer::atomic_uintptr_t>' filepath='… 21825 …<function-decl name='atomic_compare_exchange_weak<__sanitizer::atomic_uintptr_t>' filepath='…
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 49781 atomic_compare_exchange_weak(atomic<_ITp>* __a, in atomic_compare_exchange_weak() function 49791 atomic_compare_exchange_weak(volatile atomic<_ITp>* __a, in atomic_compare_exchange_weak() function
|