Searched defs:cmpxchg (Results 1 – 7 of 7) 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) cmpxchg() function
411 pub fn cmpxchg<Ordering: ordering::Ordering>( cmpxchg() function [all...]
264 static unsigned long cmpxchg(unsigned long *p, unsigned long expected, in cmpxchg() function