libvpb
4.2.61
|
Simple exception safe mutex sentinel. More...
#include <scopedmutex.h>
Public Member Functions | |
ScopedMutex (pthread_mutex_t *mutex) | |
Lock mutex for the lifetime of this object. | |
~ScopedMutex () | |
Unlock the mutex again. | |
Simple exception safe mutex sentinel.