#include <ksync.h>
Public Member Functions | |
FastMutex () | |
~FastMutex () | |
bool | Valid () |
void | Lock () |
void | Unlock () |
Private Attributes | |
PFAST_MUTEX | m_pMutex |
BazisLib::DDK::FastMutex::FastMutex | ( | ) | [inline] |
BazisLib::DDK::FastMutex::~FastMutex | ( | ) | [inline] |
void BazisLib::DDK::FastMutex::Lock | ( | ) | [inline] |
void BazisLib::DDK::FastMutex::Unlock | ( | ) | [inline] |
bool BazisLib::DDK::FastMutex::Valid | ( | ) | [inline] |
PFAST_MUTEX BazisLib::DDK::FastMutex::m_pMutex [private] |