Home
last modified time | relevance | path

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

/NextBSD/lib/libthr/thread/
HDthr_exit.c178 _thread_printf(2, in _thread_exit()
237 _thread_printf(2, "Warning: old _pthread_cleanup_push was called, "
HDthr_printf.c52 _thread_printf(int fd, const char *fmt, ...) in _thread_printf() function
HDthr_private.h91 #define stdout_debug(args...) _thread_printf(STDOUT_FILENO, ##args)
92 #define stderr_debug(args...) _thread_printf(STDERR_FILENO, ##args)
755 void _thread_printf(int, const char *, ...) __hidden;