Searched refs:rt_atomic_and (Results 1 – 1 of 1) sorted by relevance
37 #define rt_atomic_and(ptr, v) atomic_fetch_and(ptr, v) macro53 #define rt_atomic_and(ptr, v) rt_hw_atomic_and(ptr, v) macro67 #define rt_atomic_and(ptr, v) rt_soft_atomic_and(ptr, v) macro
Completed in 3 milliseconds