MPMA::TakeMutexLock Class Reference
Used to lock/unlock a
MutexLock automatically using scope. The lock is released on dustruction.
More...
#include <Locks.h>
List of all members.
|
Public Member Functions |
| TakeMutexLock (MutexLock &critSection) |
| ctor - takes the lock and releases it upon destruction
|
Detailed Description
Used to lock/unlock a
MutexLock automatically using scope. The lock is released on dustruction.
The documentation for this class was generated from the following files:
- base/Locks.h
- base/linux/Locks.cpp
- base/win32/LocksWin32.cpp