Home
last modified time | relevance | path

Searched refs:rt_atomic_and (Results 1 – 1 of 1) sorted by relevance

/include/
A Drtatomic.h37 #define rt_atomic_and(ptr, v) atomic_fetch_and(ptr, v) macro
53 #define rt_atomic_and(ptr, v) rt_hw_atomic_and(ptr, v) macro
67 #define rt_atomic_and(ptr, v) rt_soft_atomic_and(ptr, v) macro

Completed in 3 milliseconds