INOS
CINOSLock Class Reference

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

CINOSMutexm_pMutex
 pointer to the owned mutex
 

Constructor & Destructor Documentation

◆ CINOSLock()

CINOSLock::CINOSLock ( CINOSMutex aMutex)
inlineexplicit

Request the given mutex. See also Critical sections.

Parameters
aMutexMutex to be requested

The documentation for this class was generated from the following file: