Searched refs:atomic_fetch_or (Results 1 – 3 of 3) sorted by relevance
33 ATOMIC_VAR_INIT.3 atomic_fetch_or.3 \
355 #define atomic_fetch_or(object, operand) \ macro
412 atomic_fetch_or(volatile atomic<Integral>* obj, Integral op) noexcept;416 atomic_fetch_or(atomic<Integral>* obj, Integral op) noexcept;1506 // atomic_fetch_or1515 atomic_fetch_or(volatile atomic<_Tp>* __o, _Tp __op) _NOEXCEPT1527 atomic_fetch_or(atomic<_Tp>* __o, _Tp __op) _NOEXCEPT