Searched refs:DEBUG_TASK (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | workqueue.cc | 270 gold_debug(DEBUG_TASK, "%3d sleeping", thread_number); in find_runnable_or_wait() 274 gold_debug(DEBUG_TASK, "%3d awake", thread_number); in find_runnable_or_wait() 312 gold_debug(DEBUG_TASK, "%3d running task %s", thread_number, in find_and_run_task() 316 if (is_debugging_enabled(DEBUG_TASK)) in find_and_run_task() 321 if (is_debugging_enabled(DEBUG_TASK)) in find_and_run_task() 325 gold_debug(DEBUG_TASK, in find_and_run_task()
|
D | debug.h | 36 const int DEBUG_TASK = 0x1; variable 43 const int DEBUG_ALL = (DEBUG_TASK | DEBUG_SCRIPT | DEBUG_FILES 54 { "task", DEBUG_TASK }, in debug_string_to_enum()
|