Searched refs:__xchg_wrapper (Results 1 – 1 of 1) sorted by relevance
92 #define __xchg_wrapper(sfx, ptr, x) \ macro101 #define arch_xchg_relaxed(...) __xchg_wrapper( , __VA_ARGS__)102 #define arch_xchg_acquire(...) __xchg_wrapper(_acq, __VA_ARGS__)103 #define arch_xchg_release(...) __xchg_wrapper(_rel, __VA_ARGS__)104 #define arch_xchg(...) __xchg_wrapper( _mb, __VA_ARGS__)
Completed in 3 milliseconds