Searched refs:stop_thread_ (Results 1 – 2 of 2) sorted by relevance
43 stop_thread_ = false; in SnoopLoggerSocketThread()56 stop_thread_ = false; in Start()63 stop_thread_ = true; in Stop()94 while (!stop_thread_ && socket_->ProcessIncomingRequest()) { in Run()
58 std::atomic<bool> stop_thread_; variable