#include <Mutex.h>
Public Methods | |
Mutex () | |
~Mutex () | |
void | lock () |
void | unlock () |
pthread_mutex_t * | getMutex () |
Protected Attributes | |
pthread_mutex_t | m_mutex |
|
|
|
|
|
Definition at line 25 of file Mutex.h. Referenced by Condition::timedWait(), and Condition::wait().
|
|
Definition at line 17 of file Mutex.h. Referenced by Guard::Guard(), Catcher::addNode(), LinkLayerInterface::connect(), LinkLayerInterface::pollAllSocketsImpl(), Timer::timerThreadImpl(), LinkLayerInterface::~LinkLayerInterface(), ServiceTable::~ServiceTable(), and Timer::~Timer().
|
|
Definition at line 21 of file Mutex.h. Referenced by Catcher::addNode(), LinkLayerInterface::connect(), LinkLayerInterface::pollAllSocketsImpl(), Timer::timerThreadImpl(), Guard::~Guard(), LinkLayerInterface::~LinkLayerInterface(), ServiceTable::~ServiceTable(), and Timer::~Timer().
|
|
|