#include <Locks.h>
Public Member Functions | |
| TakeRWSleepLock (RWSleepLock &rwsSection, bool writeAccess=true, bool takeNow=true) | |
| ctor - takes the lock (optionally), and releases it upon destruction | |
| void | Take (bool writeAccess) |
| Manually takes the lock. (safe to call repeatedly). | |
| void | Leave () |
| Manually releases the lock. (safe to call repeatedly). | |
1.5.4