#include <SimpleMutex.h>
Public Member Functions | |
SimpleMutex () | |
~SimpleMutex () | |
void | Lock (void) |
void | Unlock (void) |
Private Attributes | |
pthread_mutex_t | hMutex |
|
Default Constructor |
|
Destructor |
|
Acquire the exclusive access to the critical section. |
|
Release the exclusive access to the critical section. |
|
The critical section manager. |