Win32::Win32CriticalSection Class Reference
#include <win32criticalsection.h>
Inheritance diagram for Win32::Win32CriticalSection:
Detailed Description
Win32-implementation of critical section. Critical section objects are used to protect a portion of code from parallel execution. Define a static critical section object and use its Enter() and Leave() methods to protect critical sections of your code.(C) 2006 Radon Labs GmbH
Public Member Functions | |
Win32CriticalSection () | |
constructor | |
~Win32CriticalSection () | |
destructor | |
void | Enter () |
enter the critical section | |
void | Leave () |
leave the critical section |