HomeSort by relevance Sort by last modified time
    Searched full: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 861 bool thread_running_;
868 : thread_running_(false),
877 thread_running_ = true;
918 DCHECK(!thread_running_);
    [all...]

Completed in 172 milliseconds