|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <atlbase.h>
Public Member Functions | |
| CComCritSecLock (TLock &cs, bool bInitialLock=true) | |
| ~CComCritSecLock () | |
| HRESULT | Lock () |
| void | Unlock () |
Private Attributes | |
| bool | m_bLocked |
| TLock & | m_cs |
|
inline |
Definition at line 252 of file atlbase.h.
|
inline |
|
inline |
Definition at line 273 of file atlbase.h.
Referenced by ATL::CComCritSecLock< TLock >::CComCritSecLock().
|
inline |
|
private |
Definition at line 249 of file atlbase.h.
Referenced by ATL::CComCritSecLock< TLock >::CComCritSecLock(), ATL::CComCritSecLock< TLock >::Lock(), ATL::CComCritSecLock< TLock >::Unlock(), and ATL::CComCritSecLock< TLock >::~CComCritSecLock().
|
private |
Definition at line 250 of file atlbase.h.
Referenced by ATL::CComCritSecLock< TLock >::Lock(), and ATL::CComCritSecLock< TLock >::Unlock().