log4cplus
1.1.0
|
#include <syncprims-pthreads.h>
Public Member Functions | |
PthreadMutexAttr () | |
~PthreadMutexAttr () | |
void | set_type (log4cplus::thread::Mutex::Type t) |
Public Attributes | |
pthread_mutexattr_t | attr |
Definition at line 39 of file syncprims-pthreads.h.
Definition at line 41 of file syncprims-pthreads.h.
References attr, and LOG4CPLUS_THROW_RTE.
Definition at line 49 of file syncprims-pthreads.h.
References attr, and LOG4CPLUS_THROW_RTE.
void log4cplus::thread::impl::PthreadMutexAttr::set_type | ( | log4cplus::thread::Mutex::Type | t | ) | [inline] |
Definition at line 63 of file syncprims-pthreads.h.
References attr, LOG4CPLUS_THROW_RTE, and log4cplus::thread::Mutex::RECURSIVE.
Referenced by log4cplus::thread::impl::Mutex::Mutex().
pthread_mutexattr_t log4cplus::thread::impl::PthreadMutexAttr::attr |
Definition at line 82 of file syncprims-pthreads.h.
Referenced by log4cplus::thread::impl::Mutex::Mutex(), PthreadMutexAttr(), set_type(), and ~PthreadMutexAttr().