Searched refs:work_thread_ (Results 1 – 2 of 2) sorted by relevance
40 work_thread_(0)55 if (work_thread_.get())57 work_thread_->join();58 work_thread_.reset();67 if (work_thread_.get())72 work_thread_->join();77 work_thread_.reset(new asio::detail::thread(115 if (!work_thread_.get())117 work_thread_.reset(new asio::detail::thread(
112 asio::detail::scoped_ptr<asio::detail::thread> work_thread_; member in asio::detail::resolver_service_base