Searched defs:atomic_fetch_sub (Results 1 – 5 of 5) sorted by relevance
126 #define atomic_fetch_sub(object, operand) \ macro141 #define atomic_fetch_sub(object, operand) \ macro
137 #define atomic_fetch_sub(object, operand) \ macro
129 #define atomic_fetch_sub(object, operand) \ macro
388 #define atomic_fetch_sub(object, operand) \ macro
49895 atomic_fetch_sub(__atomic_base<_ITp>* __a, _ITp __i) noexcept in atomic_fetch_sub() function49900 atomic_fetch_sub(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept in atomic_fetch_sub() function49971 atomic_fetch_sub(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept in atomic_fetch_sub() function49976 atomic_fetch_sub(atomic<_ITp*>* __a, ptrdiff_t __d) noexcept in atomic_fetch_sub() function