|
reSIProcate/rutil
9694
|
#include "rutil/Lockable.hxx"

Go to the source code of this file.
Classes | |
| class | resip::Lock |
| A convenience class to lock a Lockable (such as a Mutex) on object creation, and unlock on destruction. More... | |
| class | resip::ReadLock |
| class | resip::WriteLock |
| class | resip::PtrLock |
| Much like class Lock above, but takes pointer argument to Lockable, which may be NULL. More... | |
Namespaces | |
| namespace | resip |
dcm! -- add UnusedChecking(_enum) below; | |
Enumerations | |
| enum | resip::LockType { resip::VOCAL_LOCK = 0, resip::VOCAL_READLOCK, resip::VOCAL_WRITELOCK } |
1.7.5.1