Home
last modified time | relevance | path

Searched defs:atomic_fetch_add_explicit (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/compat/atomics/gcc/
H A Dstdatomic.h134 #define atomic_fetch_add_explicit(object, operand, order) \ macro
/third_party/ffmpeg/compat/atomics/win32/
H A Dstdatomic.h154 #define atomic_fetch_add_explicit(object, operand, order) \ macro
/third_party/ffmpeg/compat/atomics/suncc/
H A Dstdatomic.h159 #define atomic_fetch_add_explicit(object, operand, order) \ macro
/third_party/ffmpeg/compat/atomics/pthread/
H A Dstdatomic.h170 #define atomic_fetch_add_explicit(object, operand, order) \ macro
/third_party/ffmpeg/compat/atomics/dummy/
H A Dstdatomic.h149 #define atomic_fetch_add_explicit(object, operand, order) \ macro
/third_party/musl/src/internal/
H A Dstdatomic_impl.h89 #define atomic_fetch_add_explicit __c11_atomic_fetch_add macro
/third_party/musl/porting/linux/user/src/internal/
H A Dstdatomic_impl.h89 #define atomic_fetch_add_explicit __c11_atomic_fetch_add macro
/third_party/elfutils/lib/
H A Dstdatomic-fbsd.h275 #define atomic_fetch_add_explicit(object, operand, order) \ macro
300 #define atomic_fetch_add_explicit(object, operand, order) \ macro
348 #define atomic_fetch_add_explicit(object, operand, order) \ macro

Completed in 4 milliseconds