#include <boost/thread/detail/config.hpp>#include <boost/thread/detail/delete.hpp>#include <boost/thread/detail/move.hpp>#include <boost/thread/thread_functors.hpp>#include <boost/thread/thread_only.hpp>#include <boost/config/abi_prefix.hpp>#include <boost/config/abi_suffix.hpp>

Classes | |
| class | boost::strict_scoped_thread< CallableThread > |
RAI thread wrapper adding a specific destroyer allowing to master what can be done at destruction time. More... | |
| class | boost::scoped_thread< CallableThread > |
RAI thread wrapper adding a specific destroyer allowing to master what can be done at destruction time. More... | |
Namespaces | |
| boost | |
| Duration formatting facet for input. | |
Functions | |
| template<class Destroyer > | |
| void | boost::swap (scoped_thread< Destroyer > &lhs, scoped_thread< Destroyer > &rhs) BOOST_NOEXCEPT |
| Effects: swaps the contents of two scoped threads. More... | |