This class implements a mutex variable in shared memory. More...
#include <SharedMutex.h>
Public Member Functions | |
SharedMutex (void *pAddrMemory) | |
Constructor that creates a shared mutex at the shared memory address that is given as parameter. |
This class implements a mutex variable in shared memory.
Definition at line 15 of file SharedMutex.h.
fesa::SharedMutex::SharedMutex | ( | void * | pAddrMemory | ) |
Constructor that creates a shared mutex at the shared memory address that is given as parameter.
pAddrMemory |
Definition at line 16 of file SharedMutex.cpp.
References FesaErrorCreatingMutex, fesa::AbstractMutex::init(), fesa::AbstractMutex::lock_, and fesa::AbstractMutex::memoryOwner_.