Searched refs:func_base (Results 1 – 2 of 2) sorted by relevance
53 class func_base class in asio::detail::posix_thread56 virtual ~func_base() {} in ~func_base()62 func_base* ptr;68 : public func_base85 ASIO_DECL void start_thread(func_base* arg);
43 void posix_thread::start_thread(func_base* arg)59 static_cast<posix_thread::func_base*>(arg) };