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