Searched refs:cs_ (Results 1 – 15 of 15) sorted by relevance
126 CritScope lock(&cs_); in Connect()162 CritScope lock(&cs_); in GetStream()173 CritScope lock(&cs_); in OnChannelDestroyed()194 CritScope lock(&cs_); in OnSessionTerminate()214 CritScope lock(&cs_); in GetOption()221 CritScope lock(&cs_); in SetOption()232 CritScope lock(&cs_); in GetState()253 CritScope lock(&cs_); in Read()284 CritScope lock(&cs_); in Write()305 CritScope lock(&cs_); in Close()[all …]
135 mutable talk_base::CriticalSection cs_; variable
138 t_->cs_.Enter(); in EnterExit()146 t_->cs_.Leave(); in ~EnterExit()162 CriticalSection cs_; variable
91 cs_.Leave(); in Destroy()93 cs_.Enter(); in Destroy()
789 CritScope lock(&cs_); in AddReference()795 CritScope lock(&cs_); in Release()806 CriticalSection cs_; variable
805 CritScope scope(&cs_); in Wait()819 CritScope scope(&cs_); in WakeUp()832 CritScope scope(&cs_); in Pump()
144 CriticalSection cs_; variable
121 t_->cs_.Enter(); in EnterExit()129 t_->cs_.Leave(); in ~EnterExit()145 CriticalSection cs_; variable
74 cs_.Leave(); in Destroy()76 cs_.Enter(); in Destroy()
772 CritScope lock(&cs_); in AddReference()778 CritScope lock(&cs_); in Release()789 CriticalSection cs_; variable
788 CritScope scope(&cs_); in Wait()802 CritScope scope(&cs_); in WakeUp()815 CritScope scope(&cs_); in Pump()
127 CriticalSection cs_; variable
28 : cs_(CriticalSectionWrapper::CreateCriticalSection()), file_(NULL) {} in DebugRecorder()33 CriticalSectionScoped cs(cs_.get()); in Start()43 CriticalSectionScoped cs(cs_.get()); in Stop()51 CriticalSectionScoped cs(cs_.get()); in Add()57 scoped_ptr<CriticalSectionWrapper> cs_; member in webrtc::vcm::DebugRecorder58 FILE* file_ GUARDED_BY(cs_);
52 : cs_(CriticalSectionWrapper::CreateCriticalSection()), callback_(NULL) {} in EncodedImageCallbackWrapper()57 CriticalSectionScoped cs(cs_.get()); in Register()65 CriticalSectionScoped cs(cs_.get()); in Encoded()73 scoped_ptr<CriticalSectionWrapper> cs_; member in webrtc::__anond6b027e20111::EncodedImageCallbackWrapper74 EncodedImageCallback* callback_ GUARDED_BY(cs_);
849 > cs_.Leave(); 851 > cs_.Enter();927 > t_->cs_.Enter();932 > t_->cs_.Leave();940 > CriticalSection cs_;