Searched refs:_thread_printf (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/lib/libthr/thread/ |
| H A D | thr_exit.c | 187 _thread_printf(STDERR_FILENO, "Fatal error '"); in _thread_exitf() 193 _thread_printf(STDERR_FILENO, "' at line %d in file %s (errno = %d)\n", in _thread_exitf() 252 _thread_printf(2, "Warning: old _pthread_cleanup_push was called, "
|
| H A D | thr_printf.c | 55 _thread_printf(int fd, const char *fmt, ...) in _thread_printf() function
|
| H A D | thr_private.h | 99 #define stdout_debug(args...) _thread_printf(STDOUT_FILENO, ##args) 100 #define stderr_debug(args...) _thread_printf(STDERR_FILENO, ##args) 814 void _thread_printf(int, const char *, ...) __hidden __printflike(2, 3);
|