Searched refs:CriticalSectionWrapper (Results 1 – 17 of 17) sorted by relevance
20 class CriticalSectionWrapper24 static CriticalSectionWrapper* CreateCriticalSection();26 virtual ~CriticalSectionWrapper() {} in ~CriticalSectionWrapper()41 CriticalSectionScoped(CriticalSectionWrapper& critsec) in CriticalSectionScoped()63 CriticalSectionWrapper* _ptrCritSec;
15 class CriticalSectionWrapper; variable27 virtual void SleepCS(CriticalSectionWrapper& critSect) = 0;30 virtual bool SleepCS(CriticalSectionWrapper& critSect,
17 class CriticalSectionWrapper; variable101 CriticalSectionWrapper* critical_section_;
19 CriticalSectionWrapper* CriticalSectionWrapper::CreateCriticalSection() in CreateCriticalSection()
25 void SleepCS(CriticalSectionWrapper& critSect);26 bool SleepCS(CriticalSectionWrapper& critSect, unsigned long maxTimeInMS);
17 class CriticalSectionWrapper; variable36 CriticalSectionWrapper* _critSectPtr;
17 class CriticalSectionWrapper; variable71 CriticalSectionWrapper* critical_section_;
82 void ConditionVariableLinux::SleepCS(CriticalSectionWrapper& critSect) in SleepCS()92 CriticalSectionWrapper& critSect, in SleepCS()
122 CriticalSectionWrapper& _critsectInterface;132 CriticalSectionWrapper& _critsectArray;
19 class CriticalSectionLinux : public CriticalSectionWrapper
17 class CriticalSectionWrapper; variable
23 _critSectPtr = CriticalSectionWrapper::CreateCriticalSection(); in RWLockWrapperGeneric()
59 static CriticalSectionWrapper* crtiSect( in StaticInstance()60 CriticalSectionWrapper::CreateCriticalSection()); in StaticInstance()207 : _critsectInterface(*CriticalSectionWrapper::CreateCriticalSection()), in TraceImpl()215 _critsectArray(*CriticalSectionWrapper::CreateCriticalSection()), in TraceImpl()
50 : critical_section_(CriticalSectionWrapper::CreateCriticalSection()), in MapNoStl()
48 : critical_section_(CriticalSectionWrapper::CreateCriticalSection()), in ListWrapper()
19 class CriticalSectionWrapper; variable43 CriticalSectionWrapper* crit() const;92 CriticalSectionWrapper* crit_;
72 crit_(CriticalSectionWrapper::CreateCriticalSection()), in AudioProcessingImpl()134 CriticalSectionWrapper* AudioProcessingImpl::crit() const { in crit()