raSystem
1.0 bata
|
#include <raCriticalSection.h>
Public Member Functions | |
raCriticalSection (void) | |
~raCriticalSection (void) | |
virtual void | Create (void) |
virtual bool | Create (DWORD SpinCount) |
virtual void | Destroy (void) |
virtual void | Enter (void) |
virtual void | Leave (void) |
![]() | |
IRASection () | |
virtual bool | IsCreated () |
Additional Inherited Members | |
![]() | |
virtual void | SetCreated (bool crt) |
![]() | |
bool | m_IsCreated |
Definition at line 3 of file raCriticalSection.h.
raCriticalSection::raCriticalSection | ( | void | ) |
Definition at line 5 of file raCriticalSection.cpp.
raCriticalSection::~raCriticalSection | ( | void | ) |
Definition at line 9 of file raCriticalSection.cpp.
Implements IRASection.
Definition at line 12 of file raCriticalSection.cpp.
|
virtual |
Implements IRASection.
Definition at line 17 of file raCriticalSection.cpp.
Implements IRASection.
Definition at line 26 of file raCriticalSection.cpp.
Implements IRASection.
Definition at line 31 of file raCriticalSection.cpp.
Implements IRASection.
Definition at line 35 of file raCriticalSection.cpp.