Mutex class.
More...
#include <Threading.hpp>
|
| Mutex () |
| Constructor.
|
|
virtual | ~Mutex () |
| Destructor.
|
|
void | lock () |
| Lock the mutex.
|
|
void | unlock () |
| Unlock the mutex.
|
|
bool | tryLock () |
| Try to lock the mutex, return true if succes else false.
|
|
|
pthread_mutex_t | mtx |
| A pthread mutex.
|
|
The documentation for this class was generated from the following file: