Home
last modified time | relevance | path

Searched defs:atomic_fetch_and (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/compat/atomics/win32/
Dstdatomic.h135 #define atomic_fetch_and(object, operand) \ macro
150 #define atomic_fetch_and(object, operand) \ macro
/third_party/ffmpeg/compat/atomics/gcc/
Dstdatomic.h155 #define atomic_fetch_and(object, operand) \ macro
/third_party/ffmpeg/compat/atomics/suncc/
Dstdatomic.h150 static inline intptr_t atomic_fetch_and(intptr_t *object, intptr_t operand) in atomic_fetch_and() function