Searched defs:atomic_fetch_and (Results 1 – 3 of 3) sorted by relevance
93 inline typename T::Type atomic_fetch_and(volatile T *A, typename T::Type V, in atomic_fetch_and() function
168 #define atomic_fetch_and(object, operand) __c11_atomic_fetch_and(object, operand, __ATOMIC_SEQ_CST) macro
356 #define atomic_fetch_and(object, operand) \ macro