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