|
Planeshift
|
#include <auto_critical_section.h>
Public Member Functions | |
| void | Acquire () |
| AutoCriticalSection (CRITICAL_SECTION *cs) | |
| void | Release () |
| ~AutoCriticalSection () | |
Definition at line 39 of file auto_critical_section.h.
| google_breakpad::AutoCriticalSection::AutoCriticalSection | ( | CRITICAL_SECTION * | cs | ) | [inline, explicit] |
Definition at line 43 of file auto_critical_section.h.
| google_breakpad::AutoCriticalSection::~AutoCriticalSection | ( | ) | [inline] |
Definition at line 49 of file auto_critical_section.h.
| void google_breakpad::AutoCriticalSection::Acquire | ( | ) | [inline] |
Definition at line 56 of file auto_critical_section.h.
| void google_breakpad::AutoCriticalSection::Release | ( | ) | [inline] |
Definition at line 64 of file auto_critical_section.h.
1.7.3