Searched refs:_thread_exitf (Results 1 – 2 of 2) sorted by relevance
| /freebsd/lib/libthr/thread/ |
| H A D | thr_exit.c | 179 _thread_exitf(const char *fname, int lineno, const char *fmt, ...) in _thread_exitf() function 200 _thread_exitf(fname, lineno, "%s", msg); in _thread_exit()
|
| H A D | thr_private.h | 94 #define PANIC(args...) _thread_exitf(__FILE__, __LINE__, ##args) 803 void _thread_exitf(const char *, int, const char *, ...) __hidden __dead2
|