Public Member Functions | |
scoped_lock (pthread_mutex_t &m) | |
~scoped_lock () | |
Private Attributes | |
pthread_mutex_t & | m_ |
Definition at line 34 of file atomic_count_pthreads.hpp.
boost::detail::atomic_count::scoped_lock::scoped_lock | ( | pthread_mutex_t & | m | ) | [inline] |
Definition at line 38 of file atomic_count_pthreads.hpp.
boost::detail::atomic_count::scoped_lock::~scoped_lock | ( | ) | [inline] |
Definition at line 43 of file atomic_count_pthreads.hpp.
pthread_mutex_t& boost::detail::atomic_count::scoped_lock::m_ [private] |
Definition at line 50 of file atomic_count_pthreads.hpp.