#include <mutex.h>
Public Member Functions | |
| Mutex () | |
| ~Mutex () | |
| void | lock () |
| void | unlock () |
If you locked a mutex you MUST unlock it within the same thread.
Definition at line 31 of file mutex.h.
|
|
Contructs a new simple mutex. |
|
|
Destructor |
|
|
Locks the mutex. |
|
|
Releases the mutex. |
1.4.1