|
xmltooling
1.4.2
|
RAII wrapper for a mutex lock. More...
#include <xmltooling/util/Threads.h>
Public Member Functions | |
| Lock (Mutex *mtx) | |
| Locks and wraps the designated mutex. | |
| ~Lock () | |
| Unlocks the wrapped mutex. | |
RAII wrapper for a mutex lock.
|
inline |
Locks and wraps the designated mutex.
| mtx | mutex to lock |