Mutually exclusive locking mechnism. More...
#include <Mutex.h>
Public Member Functions | |
| Mutex (int timeoutMs) | |
| bool | Lock () |
| void | Unlock () |
| bool | IsInitialized () |
| void | SetTimeout (int timeoutMs) |
| Set the mutex lock timeout in milliseconds (use zero for infinite). | |
Mutually exclusive locking mechnism.
Definition at line 76 of file Mutex.h.