Searched refs:_xchg (Results 1 – 3 of 3) sorted by relevance
106 #define _xchg(ptr, with) ((typeof(*(ptr)))__xchg((unsigned long)(with), (ptr), \ macro132 old_val = _xchg(ptr, with); \139 #define xchg(ptr, with) _xchg(ptr, with)
43 static __always_inline type pfx##_xchg(pfx##_t *v, type n) \
262 c_t atomic##prefix##_xchg(atomic##prefix##_t *v, c_t n) \