Searched defs:CMSPCritSection (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dmsputils.h96 class CMSPCritSection { class
100 CMSPCritSection() { InitializeCriticalSection(&m_CritSec); } function in class:CMSPCritSection
101 ~CMSPCritSection() { DeleteCriticalSection(&m_CritSec); }
109 CMSPCritSection &m_CriticalSection;
111 CLock(CMSPCritSection &CriticalSection) : m_CriticalSection(CriticalSection) {
196 static CMSPCritSection s_CritSection;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dmsputils.h96 class CMSPCritSection { class
100 CMSPCritSection() { InitializeCriticalSection(&m_CritSec); } function in class:CMSPCritSection
101 ~CMSPCritSection() { DeleteCriticalSection(&m_CritSec); }
109 CMSPCritSection &m_CriticalSection;
111 CLock(CMSPCritSection &CriticalSection) : m_CriticalSection(CriticalSection) {
196 static CMSPCritSection s_CritSection;

Completed in 58 milliseconds