Searched refs:_xchg (Results 1 – 2 of 2) 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)
264 c_t atomic##prefix##_xchg(atomic##prefix##_t *v, c_t n) \