Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A 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()
H A Dlogger.h135 bool thread_running_; variable