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