Home
last modified time | relevance | path

Searched refs:thread_running_ (Results 1 – 3 of 3) sorted by relevance

/external/stressapptest/src/
Dlogger.cc49 LOGGER_ASSERT(!thread_running_); in StartThread()
50 thread_running_ = true; in StartThread()
55 LOGGER_ASSERT(thread_running_); in StopThread()
56 thread_running_ = false; in StopThread()
67 Logger::Logger() : verbosity_(20), log_fd_(-1), thread_running_(false) { in Logger()
82 if (thread_running_) { in QueueLogLine()
Dlogger.h129 bool thread_running_; variable
/external/chromium_org/base/debug/
Dtrace_event_impl.cc861 bool thread_running_; member in base::debug::TraceSamplingThread
868 : thread_running_(false), in TraceSamplingThread()
877 thread_running_ = true; in ThreadMain()
918 DCHECK(!thread_running_); in RegisterSampleBucket()