#include <boost/thread/detail/config.hpp>#include <boost/config/abi_prefix.hpp>#include <boost/config/abi_suffix.hpp>

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 &) |