Searched defs:atomic_fetch_or (Results 1 – 5 of 5) sorted by relevance
129 #define atomic_fetch_or(object, operand) \ macro144 #define atomic_fetch_or(object, operand) \ macro
143 #define atomic_fetch_or(object, operand) \ macro
132 static inline intptr_t atomic_fetch_or(intptr_t *object, intptr_t operand) in atomic_fetch_or() function
386 #define atomic_fetch_or(object, operand) \ macro
49915 atomic_fetch_or(__atomic_base<_ITp>* __a, _ITp __i) noexcept in atomic_fetch_or() function49920 atomic_fetch_or(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept in atomic_fetch_or() function