Home
last modified time | relevance | path

Searched refs:stdout_debug (Results 1 – 8 of 8) sorted by relevance

/freebsd-9-stable/lib/libkse/thread/
Dthr_concurrency.c41 #define DBG_MSG stdout_debug
Dthr_private.h79 #define stdout_debug(...) _thread_printf(STDOUT_FILENO, __VA_ARGS__) macro
Dthr_sig.c96 #define DBG_MSG stdout_debug
Dthr_kern.c64 #define DBG_MSG stdout_debug
/freebsd-9-stable/lib/libthr/thread/
Dthr_kern.c40 #define DBG_MSG stdout_debug
Dthr_list.c42 #define DBG_MSG stdout_debug
Dthr_sig.c45 #define DBG_MSG stdout_debug
Dthr_private.h91 #define stdout_debug(args...) _thread_printf(STDOUT_FILENO, ##args) macro