Home
last modified time | relevance | path

Searched refs:_thread_exitf (Results 1 – 2 of 2) sorted by relevance

/dragonfly/lib/libthread_xu/thread/
H A Dthr_exit.c50 _thread_exitf(const char *fname, int lineno, const char *fmt, ...) in _thread_exitf() function
70 _thread_exitf(fname, lineno, "%s", msg); in _thread_exit()
H A Dthr_private.h72 #define PANIC(args...) _thread_exitf(__FILE__, __LINE__, ##args)
675 void _thread_exitf(const char *, int, const char *, ...) __dead2