Searched refs:DEBUG_TASK (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Ddebug.h36 const int DEBUG_TASK = 0x1; member in namespace:gold
42 const int DEBUG_ALL = (DEBUG_TASK | DEBUG_SCRIPT | DEBUG_FILES
52 { "task", DEBUG_TASK },
H A Dworkqueue.cc270 gold_debug(DEBUG_TASK, "%3d sleeping", thread_number);
274 gold_debug(DEBUG_TASK, "%3d awake", thread_number);
312 gold_debug(DEBUG_TASK, "%3d running task %s", thread_number,
316 if (is_debugging_enabled(DEBUG_TASK))
321 if (is_debugging_enabled(DEBUG_TASK))
325 gold_debug(DEBUG_TASK,

Completed in 102 milliseconds