log4cplus
1.1.0
|
#include <syncprims-impl.h>
Public Member Functions | |
Mutex (log4cplus::thread::Mutex::Type) | |
~Mutex () | |
void | lock () const |
void | unlock () const |
Definition at line 80 of file syncprims-impl.h.
log4cplus::thread::impl::Mutex::Mutex | ( | log4cplus::thread::Mutex::Type | t | ) | [inline, explicit] |
Definition at line 91 of file syncprims-pthreads.h.
References log4cplus::thread::impl::PthreadMutexAttr::attr, LOG4CPLUS_THROW_RTE, and log4cplus::thread::impl::PthreadMutexAttr::set_type().
log4cplus::thread::impl::Mutex::~Mutex | ( | ) | [inline] |
Definition at line 103 of file syncprims-pthreads.h.
References LOG4CPLUS_THROW_RTE.
void log4cplus::thread::impl::Mutex::lock | ( | ) | const [inline] |
Definition at line 118 of file syncprims-pthreads.h.
References LOG4CPLUS_THROW_RTE.
void log4cplus::thread::impl::Mutex::unlock | ( | ) | const [inline] |
Definition at line 128 of file syncprims-pthreads.h.
References LOG4CPLUS_THROW_RTE.