$search
#include <PThreads.hh>
Public Member Functions | |
void | lock () |
Mutex () | |
void | unlock () |
~Mutex () | |
Private Member Functions | |
Mutex (const Mutex &m) | |
Mutex & | operator= (const Mutex &m) |
Private Attributes | |
pthread_mutex_t | mutex |
Definition at line 36 of file PThreads.hh.
log4cpp::threading::Mutex::Mutex | ( | ) | [inline] |
Definition at line 41 of file PThreads.hh.
log4cpp::threading::Mutex::~Mutex | ( | ) | [inline] |
Definition at line 53 of file PThreads.hh.
log4cpp::threading::Mutex::Mutex | ( | const Mutex & | m | ) | [private] |
void log4cpp::threading::Mutex::lock | ( | ) | [inline] |
Definition at line 45 of file PThreads.hh.
void log4cpp::threading::Mutex::unlock | ( | ) | [inline] |
Definition at line 49 of file PThreads.hh.
pthread_mutex_t log4cpp::threading::Mutex::mutex [private] |
Definition at line 38 of file PThreads.hh.