|
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) |
Public Member Functions inherited from IRASection | |
| IRASection () | |
| virtual bool | IsCreated () |
Additional Inherited Members | |
Protected Member Functions inherited from IRASection | |
| virtual void | SetCreated (bool crt) |
Protected Attributes inherited from IRASection | |
| 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.