Searched defs:atomic_fetch_sub (Results 1 – 7 of 7) sorted by relevance
| /third_party/ffmpeg/compat/atomics/win32/ |
| D | stdatomic.h | 126 #define atomic_fetch_sub(object, operand) \ macro 141 #define atomic_fetch_sub(object, operand) \ macro
|
| /third_party/musl/porting/linux/user/src/internal/ |
| D | stdatomic_impl.h | 91 #define atomic_fetch_sub(object, operand) __c11_atomic_fetch_sub(object, operand, __ATOMIC_SEQ_CST) macro
|
| /third_party/musl/src/internal/ |
| D | stdatomic_impl.h | 91 #define atomic_fetch_sub(object, operand) __c11_atomic_fetch_sub(object, operand, __ATOMIC_SEQ_CST) macro
|
| /third_party/ffmpeg/compat/atomics/gcc/ |
| D | stdatomic.h | 137 #define atomic_fetch_sub(object, operand) \ macro
|
| /third_party/ffmpeg/compat/atomics/suncc/ |
| D | stdatomic.h | 129 #define atomic_fetch_sub(object, operand) \ macro
|
| /third_party/elfutils/lib/ |
| D | stdatomic-fbsd.h | 388 #define atomic_fetch_sub(object, operand) \ macro
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 49895 atomic_fetch_sub(__atomic_base<_ITp>* __a, _ITp __i) noexcept in atomic_fetch_sub() function 49900 atomic_fetch_sub(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept in atomic_fetch_sub() function 49971 atomic_fetch_sub(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept in atomic_fetch_sub() function 49976 atomic_fetch_sub(atomic<_ITp*>* __a, ptrdiff_t __d) noexcept in atomic_fetch_sub() function
|