Home
last modified time | relevance | path

Searched refs:_criticalSection (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dtmmbr_help.cc103 : _criticalSection(CriticalSectionWrapper::CreateCriticalSection()), in TMMBRHelp()
116 delete _criticalSection; in ~TMMBRHelp()
122 CriticalSectionScoped lock(_criticalSection); in VerifyAndAllocateBoundingSet()
147 CriticalSectionScoped lock(_criticalSection); in SetTMMBRBoundingSetToSend()
179 CriticalSectionScoped lock(_criticalSection); in VerifyAndAllocateBoundingSetToSend()
188 CriticalSectionScoped lock(_criticalSection); in VerifyAndAllocateCandidateSet()
209 CriticalSectionScoped lock(_criticalSection); in FindTMMBRBoundingSet()
253 CriticalSectionScoped lock(_criticalSection); in FindTMMBRBoundingSet()
447 CriticalSectionScoped lock(_criticalSection); in IsOwner()
463 CriticalSectionScoped lock(_criticalSection); in CalcMinBitRate()
Dtmmbr_help.h105 CriticalSectionWrapper* _criticalSection;
/external/lzma/CPP/7zip/Common/
DLockedStream.cpp10 NWindows::NSynchronization::CCriticalSectionLock lock(_criticalSection); in Read()
DLockedStream.h13 NWindows::NSynchronization::CCriticalSection _criticalSection; variable