OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEBUG_TASK
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gold/
debug.h
36
const int
DEBUG_TASK
= 0x1;
43
const int DEBUG_ALL = (
DEBUG_TASK
| DEBUG_SCRIPT | DEBUG_FILES
54
{ "task",
DEBUG_TASK
},
workqueue.cc
270
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 59 milliseconds