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