Searched refs:posix_thread (Results 1 – 3 of 3) sorted by relevance
2 // detail/impl/posix_thread.ipp19 #include "asio/detail/posix_thread.hpp"28 posix_thread::~posix_thread()34 void posix_thread::join()43 void posix_thread::start_thread(func_base* arg)58 posix_thread::auto_func_base_ptr func = {59 static_cast<posix_thread::func_base*>(arg) };
32 class posix_thread class38 posix_thread(Function f, unsigned int = 0) in posix_thread() function in asio::detail::posix_thread45 ASIO_DECL ~posix_thread();
27 typedef posix_thread thread;