INOS
|
Public Member Functions | |
CINOSLock (CINOSMutex &aMutex) | |
Request the given mutex. See also Critical sections. | |
~CINOSLock () | |
Release the owned mutex. | |
void | EarlyUnlock () |
Release the owned mutex. Can be used to release the mutex before the destructor is called. | |
Protected Attributes | |
CINOSMutex * | m_pMutex |
pointer to the owned mutex | |
|
inlineexplicit |
Request the given mutex. See also Critical sections.
aMutex | Mutex to be requested |