Home
last modified time | relevance | path

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

/dragonfly/lib/libthread_xu/thread/
H A Dthr_spinlock.c126 stderr_debug("Warning: exceeded max spinlocks"); in init_spinlock()
H A Dthr_spec.c160 stderr_debug("Thread %p has exited with leftover " in _thread_cleanupspecific()
H A Dthr_private.h76 #define stderr_debug(args...) _thread_printf(STDERR_FILENO, ##args) macro