Searched refs:atomic_fetch_and (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/compat/atomics/win32/ |
D | stdatomic.h | 135 #define atomic_fetch_and(object, operand) \ macro 150 #define atomic_fetch_and(object, operand) \ macro 167 atomic_fetch_and(object, operand)
|
/third_party/ffmpeg/compat/atomics/gcc/ |
D | stdatomic.h | 155 #define atomic_fetch_and(object, operand) \ macro 159 atomic_fetch_and(object, operand)
|
/third_party/ffmpeg/compat/atomics/suncc/ |
D | stdatomic.h | 150 static inline intptr_t atomic_fetch_and(intptr_t *object, intptr_t operand) in atomic_fetch_and() function 172 atomic_fetch_and(object, operand)
|
/third_party/ffmpeg/compat/atomics/dummy/ |
D | stdatomic.h | 162 atomic_fetch_and(object, operand)
|
/third_party/ffmpeg/compat/atomics/pthread/ |
D | stdatomic.h | 183 atomic_fetch_and(object, operand)
|
/third_party/elfutils/lib/ |
D | stdatomic-fbsd.h | 384 #define atomic_fetch_and(object, operand) \ macro
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 49905 atomic_fetch_and(__atomic_base<_ITp>* __a, _ITp __i) noexcept in atomic_fetch_and() function 49910 atomic_fetch_and(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept in atomic_fetch_and() function
|