Searched defs:atomic_fetch_and (Results 1 – 3 of 3) sorted by relevance
135 #define atomic_fetch_and(object, operand) \ macro150 #define atomic_fetch_and(object, operand) \ macro
155 #define atomic_fetch_and(object, operand) \ macro
150 static inline intptr_t atomic_fetch_and(intptr_t *object, intptr_t operand) in atomic_fetch_and() function