Searched refs:PJDLOG_RASSERT (Results 1 – 1 of 1) sorted by relevance
78 #define PJDLOG_RASSERT(expr, ...) KASSERT(expr, (__VA_ARGS__)) macro83 #define PJDLOG_RASSERT(expr, ...) assert(expr) macro