This class is c++ a wrapper in order to use POSIX mutex. More...
#include <Mutex.h>
Public Member Functions | ||||
Mutex () | ||||
This method creates the mutex. | ||||
Mutex (void *pAdrMemory) | ||||
This method creates a mutex, mapping it in the address pass by parameter
| ||||
Friends | ||||
class | ConditionalVariable |
This class is c++ a wrapper in order to use POSIX mutex.
Definition at line 18 of file Mutex.h.
fesa::Mutex::Mutex | ( | ) |
This method creates the mutex.
Definition at line 11 of file Mutex.cpp.
References fesa::AbstractMutex::init(), fesa::AbstractMutex::lock_, and fesa::AbstractMutex::memoryOwner_.
fesa::Mutex::Mutex | ( | void * | pAdrMemory | ) |
This method creates a mutex, mapping it in the address pass by parameter
FesaException. |
Definition at line 18 of file Mutex.cpp.
References FesaErrorCreatingMutex, fesa::AbstractMutex::init(), fesa::AbstractMutex::lock_, and fesa::AbstractMutex::memoryOwner_.
friend class ConditionalVariable [friend] |