Searched refs:rt_atomic_exchange (Results 1 – 1 of 1) sorted by relevance
40 #define rt_atomic_exchange(ptr, v) atomic_exchange(ptr, v) macro56 #define rt_atomic_exchange(ptr, v) rt_hw_atomic_exchange(ptr, v) macro70 #define rt_atomic_exchange(ptr, v) rt_soft_atomic_exchange(ptr, v) macro
Completed in 4 milliseconds