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