Searched defs:thread_guard (Results 1 – 2 of 2) sorted by relevance
25 class thread_guard class31 explicit thread_guard(Thread& t) : in thread_guard() function in boost::thread_guard
46 using thread_guard = boost::thread_guard<boost::join_if_joinable, std::thread>; typedef