Scoped lockers for recursive and non-recursive mutexes. More...
Go to the source code of this file.
Classes | |
class | Hypertable::MutexWithStatistics |
Mutex that maintains wait threads count. More... | |
Namespaces | |
Hypertable | |
Hypertable definitions | |
Scoped lockers for recursive and non-recursive mutexes.
These helper classes use RAII to lock a mutex when they are constructed and to unlock them when going out of scope.
Definition in file Mutex.h.