_thread_exitf
_thread_exitf(fname, lineno, "%s", msg);
void _thread_exitf(const char *, int, const char *, ...) __hidden __dead2
#define PANIC(args...) _thread_exitf(__FILE__, __LINE__, ##args)