Home
last modified time | relevance | path

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

/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dresolver_service_base.ipp40 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(
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dresolver_service_base.hpp112 asio::detail::scoped_ptr<asio::detail::thread> work_thread_; member in asio::detail::resolver_service_base