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

Classes

class  boost::testable_mutex< Lockable >
 Based on Associate Mutexes with Data to Prevent Races, By Herb Sutter, May 13, 2010 http://www.drdobbs.com/windows/associate-mutexes-with-data-to-prevent-r/224701827?pgno=3. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 

Functions

template<typename Lockable >
bool boost::is_locked_by_this_thread (testable_mutex< Lockable > const &mtx)
 Overloaded function used to check if the mutex is locked when it is testable and do nothing otherwise. More...
 
template<typename Lockable >
bool boost::is_locked_by_this_thread (Lockable const &)