Home
last modified time | relevance | path

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

/third_party/ffmpeg/compat/atomics/gcc/
H A Dstdatomic.h131 #define atomic_fetch_add(object, operand) \ macro
/third_party/ffmpeg/compat/atomics/win32/
H A Dstdatomic.h123 #define atomic_fetch_add(object, operand) \ macro
138 #define atomic_fetch_add(object, operand) \ macro
/third_party/ffmpeg/compat/atomics/suncc/
H A Dstdatomic.h124 static inline intptr_t atomic_fetch_add(intptr_t *object, intptr_t operand) in atomic_fetch_add() function
/third_party/musl/src/internal/
H A 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/
H A Dstdatomic_impl.h88 #define atomic_fetch_add(object, operand) __c11_atomic_fetch_add(object, operand, __ATOMIC_SEQ_CST) macro
/third_party/elfutils/lib/
H A Dstdatomic-fbsd.h382 #define atomic_fetch_add(object, operand) \ macro

Completed in 4 milliseconds