Searched refs:_xchg (Results 1 – 3 of 3) sorted by relevance
134 #define _xchg(ptr, with) ((typeof(*(ptr)))__xchg((unsigned long)(with), (ptr), \ macro160 old_val = _xchg(ptr, with); \167 #define xchg(ptr, with) _xchg(ptr, with)
117 (ATOMIC_LONG_PFX(_xchg)((ATOMIC_LONG_PFX(_t) *)(v), (new)))
267 c_t atomic##prefix##_xchg(atomic##prefix##_t *v, c_t n) \