#include <synchro_win.h>
Definition at line 1 of file synchro_win.h.
_critical_section_base::_critical_section_base |
( |
| ) |
|
|
inline |
void _critical_section_base::create |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inline |
Definition at line 8 of file synchro_win.h.
9 #ifdef PFC_WINDOWS_DESKTOP_APP 12 InitializeCriticalSectionEx(&
sec,0,0);
void InitializeCriticalSection(LPCRITICAL_SECTION lpCriticalSection)
void _critical_section_base::destroy |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inline |
void _critical_section_base::enter |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inline |
void _critical_section_base::leave |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inline |
CRITICAL_SECTION _critical_section_base::sec |
|
protected |
The documentation for this class was generated from the following file: