This class is for testing purposes only. More...
#include <Synch.h>
Protected Attributes | |
void * | m_lockEx |
Protected Attributes inherited from CLock | |
void * | m_lock |
bool | m_bOwnLock |
Additional Inherited Members | |
Public Member Functions inherited from CLock | |
CLock () | |
Constructor. | |
CLock (void *pLock) | |
Constructor. | |
~CLock () | |
Destructor. | |
bool | TryLock () |
tries to enter the critical section; returns true if successful | |
void | Lock () |
enters the critical section (may block) | |
void | Unlock () |
leaves the critical section | |
This class is for testing purposes only.
It should not be used for client code because it exists only for Windows but not for Linux since it uses internal data structures of a Win32 object
|
protected |