OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_running_
(Results
1 - 3
of
3
) sorted by null
/external/stressapptest/src/
logger.cc
49
LOGGER_ASSERT(!
thread_running_
);
50
thread_running_
= true;
55
LOGGER_ASSERT(
thread_running_
);
56
thread_running_
= false;
67
Logger::Logger() : verbosity_(20), log_fd_(-1),
thread_running_
(false) {
82
if (
thread_running_
) {
logger.h
129
bool
thread_running_
;
member in class:Logger
/external/chromium_org/base/debug/
trace_event_impl.cc
881
bool
thread_running_
;
888
:
thread_running_
(false),
897
thread_running_
= true;
938
DCHECK(!
thread_running_
);
[
all
...]
Completed in 57 milliseconds