#include <spinlock_pool.hpp>
Public Member Functions | |
scoped_lock (void const *pv) | |
~scoped_lock () | |
Private Member Functions | |
scoped_lock & | operator= (scoped_lock const &) |
scoped_lock (scoped_lock const &) | |
Private Attributes | |
spinlock & | sp_ |
Definition at line 48 of file spinlock_pool.hpp.
boost::detail::spinlock_pool< I >::scoped_lock::scoped_lock | ( | scoped_lock const & | ) | [private] |
boost::detail::spinlock_pool< I >::scoped_lock::scoped_lock | ( | void const * | pv | ) | [inline, explicit] |
Definition at line 59 of file spinlock_pool.hpp.
boost::detail::spinlock_pool< I >::scoped_lock::~scoped_lock | ( | ) | [inline] |
Definition at line 64 of file spinlock_pool.hpp.
scoped_lock& boost::detail::spinlock_pool< I >::scoped_lock::operator= | ( | scoped_lock const & | ) | [private] |
spinlock& boost::detail::spinlock_pool< I >::scoped_lock::sp_ [private] |
Definition at line 52 of file spinlock_pool.hpp.