#include <critsec.h>

Public Member Functions | |
Construction | |
| PCriticalSection () | |
| PCriticalSection (const PCriticalSection &) | |
| ~PCriticalSection () | |
Operations | |
| void | Wait () |
| void | Enter () |
| void | Signal () |
| void | Leave () |
| PCriticalSection::PCriticalSection | ( | ) |
Create a new critical section object .
| PCriticalSection::PCriticalSection | ( | const PCriticalSection & | ) |
| PCriticalSection::~PCriticalSection | ( | ) |
Destroy the critical section object
| void PCriticalSection::Wait | ( | ) | [virtual] |
| void PCriticalSection::Enter | ( | ) | [inline] |
References Wait().
| void PCriticalSection::Signal | ( | ) | [virtual] |
| void PCriticalSection::Leave | ( | ) | [inline] |
References Signal().
1.5.5