Home
last modified time | relevance | path

Searched defs:thread_guard (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/thread/
Dthread_guard.hpp25 class thread_guard class
31 explicit thread_guard(Thread& t) : in thread_guard() function in boost::thread_guard
/third_party/boost/libs/thread/example/
Dstd_thread_guard.cpp46 using thread_guard = boost::thread_guard<boost::join_if_joinable, std::thread>; typedef