Home
last modified time | relevance | path

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

/include/
A Drttypes.h213 #define _SPIN_LOCK_DEBUG_OWNER(lock) RT_UNUSED(lock)
214 #define _SPIN_UNLOCK_DEBUG_OWNER(lock) RT_UNUSED(lock)
231 #define _SPIN_LOCK_DEBUG_CRITICAL(lock) RT_UNUSED(lock)
232 … #define _SPIN_UNLOCK_DEBUG_CRITICAL(lock, critical) do {critical = 0; RT_UNUSED(lock);} while (0)
A Drtdef.h120 #define RT_UNUSED(x) ((void)(x)) macro
A Drtthread.h814 #define RT_ASSERT(EX) {RT_UNUSED(EX);}

Completed in 11 milliseconds