Searched refs:thread_running_ (Results 1 – 2 of 2) sorted by relevance
60 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()
135 bool thread_running_; variable