Home
last modified time | relevance | path

Searched defs:atomic_fetch_or_explicit (Results 1 – 9 of 9) sorted by relevance

/third_party/elfutils/lib/
Dstdatomic-fbsd.h279 #define atomic_fetch_or_explicit(object, operand, order) \ macro
304 #define atomic_fetch_or_explicit(object, operand, order) \ macro
353 #define atomic_fetch_or_explicit(object, operand, order) \ macro
/third_party/musl/src/internal/
Dstdatomic_impl.h95 #define atomic_fetch_or_explicit __c11_atomic_fetch_or macro
/third_party/musl/porting/linux/user/src/internal/
Dstdatomic_impl.h95 #define atomic_fetch_or_explicit __c11_atomic_fetch_or macro
/third_party/ffmpeg/compat/atomics/dummy/
Dstdatomic.h155 #define atomic_fetch_or_explicit(object, operand, order) \ macro
/third_party/ffmpeg/compat/atomics/pthread/
Dstdatomic.h176 #define atomic_fetch_or_explicit(object, operand, order) \ macro
/third_party/ffmpeg/compat/atomics/gcc/
Dstdatomic.h146 #define atomic_fetch_or_explicit(object, operand, order) \ macro
/third_party/ffmpeg/compat/atomics/suncc/
Dstdatomic.h165 #define atomic_fetch_or_explicit(object, operand, order) \ macro
/third_party/ffmpeg/compat/atomics/win32/
Dstdatomic.h160 #define atomic_fetch_or_explicit(object, operand, order) \ macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp49861 atomic_fetch_or_explicit(__atomic_base<_ITp>* __a, _ITp __i, in atomic_fetch_or_explicit() function
49867 atomic_fetch_or_explicit(volatile __atomic_base<_ITp>* __a, _ITp __i, in atomic_fetch_or_explicit() function