Home
last modified time | relevance | path

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

/include/
A Drtthread.h808 #define RT_ASSERT(EX) \ argument
809 if (!(EX)) \
811 rt_assert_handler(#EX, __FUNCTION__, __LINE__); \
814 #define RT_ASSERT(EX) {RT_UNUSED(EX);} argument

Completed in 3 milliseconds