Home
last modified time | relevance | path

Searched defs:critSect (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/src/system_wrappers/source/
Dcondition_variable_posix.cc82 void ConditionVariablePosix::SleepCS(CriticalSectionWrapper& critSect) in SleepCS()
92 CriticalSectionWrapper& critSect, in SleepCS()
Dcondition_variable_win.cc124 void ConditionVariableWindows::SleepCS(CriticalSectionWrapper& critSect) in SleepCS()
129 bool ConditionVariableWindows::SleepCS(CriticalSectionWrapper& critSect, in SleepCS()
/external/chromium_org/third_party/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.cc43 CriticalSectionWrapper* critSect, in D3D9Channel()