#include <wxutil.h>

Public Member Functions | |
| CCritSec () | |
| ~CCritSec () | |
| void | Lock () |
| void | Unlock () |
Private Member Functions | |
| CCritSec (const CCritSec &refCritSec) | |
| CCritSec & | operator= (const CCritSec &refCritSec) |
Private Attributes | |
| CRITICAL_SECTION | m_CritSec |
Definition at line 11 of file wxutil.h.
| CCritSec::CCritSec | ( | const CCritSec & | refCritSec | ) | [private] |
| void CCritSec::Lock | ( | ) | [inline] |
Definition at line 41 of file wxutil.h.
References m_CritSec.
Referenced by CAMSchedule::AddAdvisePacket(), CAutoLock::CAutoLock(), CAMSchedule::Delete(), CBaseReferenceClock::GetTime(), fsFileStream::Lock(), CSourcePosition::put_CurrentPosition(), CSourcePosition::put_Rate(), CSourcePosition::put_StopTime(), CAMSchedule::ShuntHead(), CDynamicOutputPin::StartUsingOutputPin(), CAMSchedule::Unadvise(), and CAMSchedule::~CAMSchedule().
| void CCritSec::Unlock | ( | ) | [inline] |
Definition at line 45 of file wxutil.h.
References m_CritSec.
Referenced by CAMSchedule::AddAdvisePacket(), CAMSchedule::Delete(), CBaseReferenceClock::GetTime(), CSourcePosition::put_CurrentPosition(), CSourcePosition::put_Rate(), CSourcePosition::put_StopTime(), CAMSchedule::ShuntHead(), CDynamicOutputPin::StartUsingOutputPin(), CAMSchedule::Unadvise(), fsFileStream::Unlock(), CAMSchedule::~CAMSchedule(), and CAutoLock::~CAutoLock().
CRITICAL_SECTION CCritSec::m_CritSec [private] |
Definition at line 18 of file wxutil.h.
Referenced by CCritSec(), Lock(), Unlock(), and ~CCritSec().
1.5.6