OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOG_THREADS
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/lsan/
lsan_common.cc
56
f->
log_threads
= false;
73
ParseFlag(options, &f->
log_threads
, "
log_threads
", "");
85
#define
LOG_THREADS
(...) \
87
if (flags()->
log_threads
) Report(__VA_ARGS__); \
211
LOG_THREADS
("Processing thread %d.\n", os_id);
219
LOG_THREADS
("Thread %d not found in registry.\n", os_id);
236
LOG_THREADS
("Stack at %p-%p (SP = %p).\n", stack_begin, stack_end, sp);
241
LOG_THREADS
("WARNING: stack pointer not in stack range.\n");
252
LOG_THREADS
("TLS at %p-%p.\n", tls_begin, tls_end)
[
all
...]
/cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java
170
private final static boolean
LOG_THREADS
= false;
789
if (
LOG_THREADS
) {
[
all
...]
Completed in 172 milliseconds