#include <MNMutex.h>
Public Member Functions | |
| MNMutex () | |
| ~MNMutex () | |
| void | lock () |
| void | unlock () |
Protected Attributes | |
| mnthread_mutex_t | lck |
|
|
Constructor. |
|
|
Destructor. |
|
|
Lock the mutex. |
|
|
Release the mutex. |
|
|
|
1.3.8