Searched refs:nndbgPanic (Results 1 – 3 of 3) sorted by relevance
468 #define NN_PANIC(...) nndbgPanic()469 #define NN_PANIC_WITH_RESULT(result, ...) (((void)(result)), nndbgPanic())480 #define NN_TPANIC_(...) nndbgPanic()481 #define NN_SPANIC_(...) nndbgPanic()482 #define NN_TPANIC_WITH_RESULT_(result, ...) (((void)(result)), nndbgPanic())
44 void nndbgPanic(void);
78 void nndbgPanic() in nndbgPanic() function