Searched defs:qatomic_fetch_sub (Results 1 – 3 of 3) sorted by relevance
181 #define qatomic_fetch_sub(ptr, n) __atomic_fetch_sub(ptr, n, __ATOMIC_SEQ_CST) macro