Home
last modified time | relevance | path

Searched defs:atomic_fetch_add (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/compat/atomics/win32/
Dstdatomic.h123 #define atomic_fetch_add(object, operand) \ macro
138 #define atomic_fetch_add(object, operand) \ macro
/third_party/musl/src/internal/
Dstdatomic_impl.h88 #define atomic_fetch_add(object, operand) __c11_atomic_fetch_add(object, operand, __ATOMIC_SEQ_CST) macro
/third_party/musl/porting/linux/user/src/internal/
Dstdatomic_impl.h88 #define atomic_fetch_add(object, operand) __c11_atomic_fetch_add(object, operand, __ATOMIC_SEQ_CST) macro
/third_party/ffmpeg/compat/atomics/gcc/
Dstdatomic.h131 #define atomic_fetch_add(object, operand) \ macro
/third_party/ffmpeg/compat/atomics/suncc/
Dstdatomic.h124 static inline intptr_t atomic_fetch_add(intptr_t *object, intptr_t operand) in atomic_fetch_add() function
/third_party/elfutils/lib/
Dstdatomic-fbsd.h382 #define atomic_fetch_add(object, operand) \ macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp49885 atomic_fetch_add(__atomic_base<_ITp>* __a, _ITp __i) noexcept in atomic_fetch_add() function
49890 atomic_fetch_add(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept in atomic_fetch_add() function
49949 atomic_fetch_add(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept in atomic_fetch_add() function
49954 atomic_fetch_add(atomic<_ITp*>* __a, ptrdiff_t __d) noexcept in atomic_fetch_add() function