Home
last modified time | relevance | path

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

/external/stressapptest/src/
Dlogger.cc60 LOGGER_ASSERT(!thread_running_); in StartThread()
61 thread_running_ = true; in StartThread()
67 if (!thread_running_) { in StopThread()
70 thread_running_ = false; in StopThread()
88 thread_running_(false), in Logger()
104 if (thread_running_) { in QueueLogLine()
Dlogger.h135 bool thread_running_; variable