Searched defs:atomic_xchg (Results 1 – 2 of 2) sorted by relevance
73 #define atomic_xchg(p, v) atomic_swap_uint(p, v) macro
284 atomic_xchg(atomic_t *atomic, int new) in atomic_xchg() function