Home
last modified time | relevance | path

Searched refs:CriticalSectionWrapper (Results 1 – 25 of 226) sorted by relevance

12345678910

/external/webrtc/webrtc/system_wrappers/include/
Dcritical_section_wrapper.h21 class LOCKABLE CriticalSectionWrapper {
24 static CriticalSectionWrapper* CreateCriticalSection();
26 virtual ~CriticalSectionWrapper() {} in ~CriticalSectionWrapper()
40 explicit CriticalSectionScoped(CriticalSectionWrapper* critsec) in CriticalSectionScoped()
49 CriticalSectionWrapper* ptr_crit_sec_;
Dcondition_variable_wrapper.h16 class CriticalSectionWrapper; variable
27 virtual void SleepCS(CriticalSectionWrapper& crit_sect) = 0;
30 virtual bool SleepCS(CriticalSectionWrapper& crit_sect,
/external/webrtc/webrtc/system_wrappers/source/
Dcritical_section_unittest.cc32 explicit ProtectedCount(CriticalSectionWrapper* crit_sect) in ProtectedCount()
48 CriticalSectionWrapper* crit_sect_;
78 CriticalSectionWrapper* crit_sect = in TEST_F()
79 CriticalSectionWrapper::CreateCriticalSection(); in TEST_F()
105 CriticalSectionWrapper* crit_sect = in TEST_F()
106 CriticalSectionWrapper::CreateCriticalSection(); in TEST_F()
Dcondition_variable_unittest.cc38 : giver_sect_(CriticalSectionWrapper::CreateCriticalSection()), in Baton()
39 crit_sect_(CriticalSectionWrapper::CreateCriticalSection()), in Baton()
127 CriticalSectionWrapper* giver_sect_;
129 CriticalSectionWrapper* crit_sect_;
189 rtc::scoped_ptr<CriticalSectionWrapper> crit_sect( in TEST()
190 CriticalSectionWrapper::CreateCriticalSection()); in TEST()
Dcritical_section.cc20 CriticalSectionWrapper* CriticalSectionWrapper::CreateCriticalSection() { in CreateCriticalSection()
Dcondition_variable_posix.h26 void SleepCS(CriticalSectionWrapper& crit_sect) override;
27 bool SleepCS(CriticalSectionWrapper& crit_sect,
Dcondition_variable_event_win.h25 void SleepCS(CriticalSectionWrapper& crit_sect);
26 bool SleepCS(CriticalSectionWrapper& crit_sect, unsigned long max_time_inMS);
Drw_lock_generic.h19 class CriticalSectionWrapper; variable
34 CriticalSectionWrapper* critical_section_;
Dcondition_variable_native_win.h39 void SleepCS(CriticalSectionWrapper& crit_sect);
40 bool SleepCS(CriticalSectionWrapper& crit_sect, unsigned long max_time_inMS);
/external/webrtc/webrtc/common_video/include/
Dincoming_video_stream.h20 class CriticalSectionWrapper; variable
80 const rtc::scoped_ptr<CriticalSectionWrapper> stream_critsect_;
81 const rtc::scoped_ptr<CriticalSectionWrapper> thread_critsect_;
82 const rtc::scoped_ptr<CriticalSectionWrapper> buffer_critsect_;
/external/webrtc/webrtc/voice_engine/
Dchannel.h50 class CriticalSectionWrapper; variable
106 ChannelState() : lock_(CriticalSectionWrapper::CreateCriticalSection()) { in ChannelState()
156 rtc::scoped_ptr<CriticalSectionWrapper> lock_;
193 CriticalSectionWrapper* callbackCritSect);
496 CriticalSectionWrapper& _fileCritSect;
497 CriticalSectionWrapper& _callbackCritSect;
498 CriticalSectionWrapper& volume_settings_critsect_;
546 rtc::scoped_ptr<CriticalSectionWrapper> ts_stats_lock_;
562 CriticalSectionWrapper* _callbackCritSectPtr; // owned by base
587 rtc::scoped_ptr<CriticalSectionWrapper> video_sync_lock_;
[all …]
Dshared_data.h26 class CriticalSectionWrapper; variable
46 CriticalSectionWrapper* crit_sec() { return _apiCritPtr; } in crit_sec()
66 CriticalSectionWrapper* _apiCritPtr;
Doutput_mixer.h26 class CriticalSectionWrapper; variable
112 CriticalSectionWrapper& _callbackCritSect;
114 CriticalSectionWrapper& _fileCritSect;
Dlevel_indicator.h20 class CriticalSectionWrapper; variable
43 CriticalSectionWrapper& _critSect;
Dmonitor_module.h28 class CriticalSectionWrapper; variable
49 CriticalSectionWrapper& _callbackCritSect;
Dstatistics.h20 class CriticalSectionWrapper; variable
43 CriticalSectionWrapper* _critPtr;
/external/webrtc/webrtc/video/
Dvideo_capture_input.h36 class CriticalSectionWrapper; variable
68 rtc::scoped_ptr<CriticalSectionWrapper> capture_cs_;
76 rtc::scoped_ptr<CriticalSectionWrapper> incoming_frame_cs_;
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.h28 class CriticalSectionWrapper; variable
36 CriticalSectionWrapper* critSect, Trace* trace);
79 CriticalSectionWrapper* _critSect;
204 CriticalSectionWrapper& _refD3DCritsect;
/external/webrtc/webrtc/modules/audio_device/
Daudio_device_buffer.h19 class CriticalSectionWrapper; variable
75 CriticalSectionWrapper& _critSect;
76 CriticalSectionWrapper& _critSectCb;
/external/webrtc/webrtc/modules/video_capture/
Dvideo_capture_impl.h27 class CriticalSectionWrapper; variable
111 CriticalSectionWrapper& _apiCs;
118 CriticalSectionWrapper& _callBackCs;
/external/webrtc/webrtc/modules/audio_conference_mixer/source/
Daudio_conference_mixer_impl.h26 class CriticalSectionWrapper; variable
149 rtc::scoped_ptr<CriticalSectionWrapper> _crit;
150 rtc::scoped_ptr<CriticalSectionWrapper> _cbCrit;
Dtime_scheduler.h21 class CriticalSectionWrapper; variable
36 CriticalSectionWrapper* _crit;
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dssrc_database.h22 class CriticalSectionWrapper; variable
45 rtc::scoped_ptr<CriticalSectionWrapper> crit_;
Dreceive_statistics_impl.h26 class CriticalSectionWrapper; variable
64 rtc::scoped_ptr<CriticalSectionWrapper> stream_lock_;
134 rtc::scoped_ptr<CriticalSectionWrapper> receive_statistics_lock_;
Dfec_receiver_impl.h24 class CriticalSectionWrapper; variable
41 rtc::scoped_ptr<CriticalSectionWrapper> crit_sect_;

12345678910