Searched defs:cmpxchg (Results 1 – 5 of 5) sorted by relevance
86 #define cmpxchg(ptr, old, new) \ macro
65 #define cmpxchg(ptr, oldval, newval) \ macro
136 int cmpxchg(const void *ctx) in cmpxchg() function
167 int cmpxchg(const void *ctx) in cmpxchg() function
264 static unsigned long cmpxchg(unsigned long *p, unsigned long expected, in cmpxchg() function