#include <critsec.h>
Inheritance diagram for PCriticalSection:
Public Member Functions | |
Construction | |
PINLINE | PCriticalSection () |
PINLINE | ~PCriticalSection () |
Operations | |
PINLINE void | Enter () |
PINLINE void | Leave () |
|
Create a new critical section object . |
|
Destroy the critical section object |
|
Enter the critical section by waiting for exclusive access. |
|
Leave the critical section by unlocking the mutex |