HomeSort by relevance Sort by last modified time
    Searched full:thread_running_ (Results 1 - 4 of 4) sorted by null

  /external/libchrome/base/trace_event/
trace_sampling_thread.cc 28 : thread_running_(false),
36 thread_running_ = true;
79 DCHECK(!thread_running_);
trace_sampling_thread.h 46 bool thread_running_; member in class:base::trace_event::TraceSamplingThread
  /external/stressapptest/src/
logger.cc 60 LOGGER_ASSERT(!thread_running_);
61 thread_running_ = true;
67 if (!thread_running_) {
70 thread_running_ = false;
88 thread_running_(false),
104 if (thread_running_) {
logger.h 135 bool thread_running_; member in class:Logger

Completed in 198 milliseconds