Searched refs:critSect (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/src/system_wrappers/interface/
H A Dcondition_variable_wrapper.h25 // Calling thread will atomically release critSect and wait until next
27 virtual void SleepCS(CriticalSectionWrapper& critSect) = 0;
30 virtual bool SleepCS(CriticalSectionWrapper& critSect,
/external/webrtc/src/system_wrappers/source/
H A Dcondition_variable_posix.h25 void SleepCS(CriticalSectionWrapper& critSect);
26 bool SleepCS(CriticalSectionWrapper& critSect, unsigned long maxTimeInMS);
H A Dcondition_variable_win.h41 void SleepCS(CriticalSectionWrapper& critSect);
42 bool SleepCS(CriticalSectionWrapper& critSect, unsigned long maxTimeInMS);
H A Dcondition_variable_posix.cc82 void ConditionVariablePosix::SleepCS(CriticalSectionWrapper& critSect) argument
85 &critSect);
92 CriticalSectionWrapper& critSect,
105 &critSect);
91 SleepCS( CriticalSectionWrapper& critSect, unsigned long maxTimeInMS) argument
H A Dcondition_variable_win.cc124 void ConditionVariableWindows::SleepCS(CriticalSectionWrapper& critSect) argument
126 SleepCS(critSect, INFINITE);
129 bool ConditionVariableWindows::SleepCS(CriticalSectionWrapper& critSect, argument
133 &critSect);
/external/chromium_org/third_party/webrtc/modules/video_render/windows/
H A Dvideo_render_direct3d9.h38 CriticalSectionWrapper* critSect, Trace* trace);
H A Dvideo_render_direct3d9.cc43 CriticalSectionWrapper* critSect,
50 _critSect(critSect),
42 D3D9Channel(LPDIRECT3DDEVICE9 pd3DDevice, CriticalSectionWrapper* critSect, Trace* trace) argument

Completed in 90 milliseconds