Searched defs:_M_join (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ | ||
H A D | compatibility-thread-c++0x.cc | 116 void _M_join() { std::call_once(_M_once, &thread::join, &_M_thread); } in _M_join() function in std::__future_base::_Async_state_common |
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ | ||
H A D | compatibility-thread-c++0x.cc | 120 void _M_join() { std::call_once(_M_once, &thread::join, &_M_thread); } in _M_join() function in std::__future_base::_Async_state_common |