Home
last modified time | relevance | path

Searched refs:_thread_printf (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/lib/libthr/thread/
H A Dthr_exit.c184 _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 Dthr_printf.c52 _thread_printf(int fd, const char *fmt, ...) in _thread_printf() function
H A Dthr_private.h96 #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);