Searched refs:accept_threads_ (Results 1 – 2 of 2) sorted by relevance
33 accept_threads_(nullptr), tunning_thread(nullptr),499 this->accept_threads_ = std::unique_ptr<std::thread>( in Process()515 if (this->accept_threads_) in Deinit()516 this->accept_threads_->join(); in Deinit()525 this->accept_threads_ = nullptr; in Deinit()
98 std::unique_ptr<std::thread> accept_threads_; variable