Searched defs:qatomic_fetch_and (Results 1 – 3 of 3) sorted by relevance
182 #define qatomic_fetch_and(ptr, n) __atomic_fetch_and(ptr, n, __ATOMIC_SEQ_CST) macro