Defines a simple mutex class which provides 'fast' mutex functionality, meaning that if the calling thread already has the mutex locked, a call to lock will block the thread forever
Defines a simple mutex class which provides 'fast' mutex functionality, meaning that if the calling thread already has the mutex locked, a call to lock will block the thread forever
~VMutex()
void lock()
void unlock()
vmutex_t* getId()
mutable vmutex_t myId
generated by doc++