HomeSort by relevance Sort by last modified time
    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 651 bool thread_running_;
658 : thread_running_(false) {
667 thread_running_ = true;
705 DCHECK(!thread_running_);
    [all...]

Completed in 76 milliseconds