#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 |
pthread_mutexattr_t | mutexattr |
Definition at line 58 of file PThreads.hh.
threading::Mutex::Mutex | ( | ) | [inline] |
Definition at line 64 of file PThreads.hh.
threading::Mutex::~Mutex | ( | ) | [inline] |
Definition at line 78 of file PThreads.hh.
threading::Mutex::Mutex | ( | const Mutex & | m | ) | [private] |
void threading::Mutex::lock | ( | ) | [inline] |
Definition at line 70 of file PThreads.hh.
void threading::Mutex::unlock | ( | ) | [inline] |
Definition at line 74 of file PThreads.hh.
pthread_mutex_t threading::Mutex::mutex [private] |
Definition at line 61 of file PThreads.hh.
pthread_mutexattr_t threading::Mutex::mutexattr [private] |
Definition at line 60 of file PThreads.hh.