Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
lock_guard.hpp File Reference
#include <boost/thread/detail/config.hpp>
#include <boost/thread/detail/delete.hpp>
#include <boost/thread/detail/move.hpp>
#include <boost/thread/detail/lockable_wrapper.hpp>
#include <boost/thread/lock_options.hpp>
#include <boost/thread/is_locked_by_this_thread.hpp>
#include <boost/assert.hpp>
#include <boost/config/abi_prefix.hpp>
#include <boost/config/abi_suffix.hpp>
Include dependency graph for lock_guard.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::lock_guard< Mutex >
 

Namespaces

 boost
 Duration formatting facet for input.
 

Functions

template<typename Lockable >
lock_guard< Lockable > boost::make_lock_guard (Lockable &mtx)
 
template<typename Lockable >
lock_guard< Lockable > boost::make_lock_guard (Lockable &mtx, adopt_lock_t)