Searched defs:atomic_fetch_or_explicit (Results 1 – 9 of 9) sorted by relevance
| /third_party/elfutils/lib/ |
| D | stdatomic-fbsd.h | 279 #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/ |
| D | stdatomic_impl.h | 95 #define atomic_fetch_or_explicit __c11_atomic_fetch_or macro
|
| /third_party/musl/porting/linux/user/src/internal/ |
| D | stdatomic_impl.h | 95 #define atomic_fetch_or_explicit __c11_atomic_fetch_or macro
|
| /third_party/ffmpeg/compat/atomics/dummy/ |
| D | stdatomic.h | 155 #define atomic_fetch_or_explicit(object, operand, order) \ macro
|
| /third_party/ffmpeg/compat/atomics/pthread/ |
| D | stdatomic.h | 176 #define atomic_fetch_or_explicit(object, operand, order) \ macro
|
| /third_party/ffmpeg/compat/atomics/gcc/ |
| D | stdatomic.h | 146 #define atomic_fetch_or_explicit(object, operand, order) \ macro
|
| /third_party/ffmpeg/compat/atomics/suncc/ |
| D | stdatomic.h | 165 #define atomic_fetch_or_explicit(object, operand, order) \ macro
|
| /third_party/ffmpeg/compat/atomics/win32/ |
| D | stdatomic.h | 160 #define atomic_fetch_or_explicit(object, operand, order) \ macro
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 49861 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
|