reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1647 void _M_join() { std::call_once(_M_once, &thread::join, &_M_thread); } 1664 _M_thread = std::thread{ [this] { 1682 ~_Async_state_impl() { if (_M_thread.joinable()) _M_thread.join(); } 1682 ~_Async_state_impl() { if (_M_thread.joinable()) _M_thread.join(); }