#include <lwm_nop.hpp>
Classes | |
class | scoped_lock |
Public Types | |
typedef lightweight_mutex | scoped_lock |
Public Member Functions | |
lightweight_mutex () | |
lightweight_mutex () | |
~lightweight_mutex () | |
~lightweight_mutex () | |
Private Member Functions | |
lightweight_mutex (lightweight_mutex const &) | |
lightweight_mutex (lightweight_mutex const &) | |
lightweight_mutex & | operator= (lightweight_mutex const &) |
lightweight_mutex & | operator= (lightweight_mutex const &) |
Private Attributes | |
critical_section | cs_ |
pthread_mutex_t | m_ |
Friends | |
class | scoped_lock |
Definition at line 26 of file lwm_nop.hpp.
Definition at line 30 of file lwm_nop.hpp.
boost::detail::lightweight_mutex::lightweight_mutex | ( | lightweight_mutex const & | ) | [private] |
boost::detail::lightweight_mutex::lightweight_mutex | ( | ) | [inline] |
Definition at line 39 of file lwm_pthreads.hpp.
boost::detail::lightweight_mutex::~lightweight_mutex | ( | ) | [inline] |
Definition at line 51 of file lwm_pthreads.hpp.
boost::detail::lightweight_mutex::lightweight_mutex | ( | lightweight_mutex const & | ) | [private] |
boost::detail::lightweight_mutex::lightweight_mutex | ( | ) | [inline] |
Definition at line 68 of file lwm_win32_cs.hpp.
boost::detail::lightweight_mutex::~lightweight_mutex | ( | ) | [inline] |
Definition at line 73 of file lwm_win32_cs.hpp.
lightweight_mutex& boost::detail::lightweight_mutex::operator= | ( | lightweight_mutex const & | ) | [private] |
lightweight_mutex& boost::detail::lightweight_mutex::operator= | ( | lightweight_mutex const & | ) | [private] |
friend class scoped_lock [friend] |
Definition at line 56 of file lwm_pthreads.hpp.
Definition at line 61 of file lwm_win32_cs.hpp.
pthread_mutex_t boost::detail::lightweight_mutex::m_ [private] |
Definition at line 32 of file lwm_pthreads.hpp.