Searched defs:critsec (Results 1 – 3 of 3) sorted by relevance
44 explicit CriticalSectionScoped(CriticalSectionWrapper& critsec) in CriticalSectionScoped()50 explicit CriticalSectionScoped(CriticalSectionWrapper* critsec) in CriticalSectionScoped()
25 void AssertIsCriticalSection(CRITICAL_SECTION* critsec) { in AssertIsCriticalSection()38 explicit ScopedEnterCriticalSection(CRITICAL_SECTION* critsec) in ScopedEnterCriticalSection()
154 inline bool OwnsCriticalSection(CRITICAL_SECTION* critsec) { in OwnsCriticalSection()