Home
last modified time | relevance | path

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

/third_party/libunwind/include/win/
Dfakestdatomic.h.in18 #define atomic_fetch_add(x, y) *(x) += (y), (*(x) - (y)) macro
/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/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