![]() |
Defines a type of mutex that can be used inside a Shared Memory area. More...
#include <Mutex.h>
Public Member Functions | |
SharedMutex () | |
![]() | |
Mutex (bool pShared=false) | |
Creates a concurrent synchronization Mutex. | |
~Mutex () | |
void | acquire () |
Acquires the mutex to enter a critical region. | |
void | release () |
Releases the mutex to permit others to enter a critical region. | |
Defines a type of mutex that can be used inside a Shared Memory area.