OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:capture_crit_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/talk/media/base/
capturerenderadapter.cc
49
// We *don't* take
capture_crit_
here since it could deadlock with the lock
68
rtc::CritScope cs(&
capture_crit_
);
80
rtc::CritScope cs(&
capture_crit_
);
99
rtc::CritScope cs(&
capture_crit_
);
capturerenderadapter.h
86
mutable rtc::CriticalSection
capture_crit_
;
member in class:cricket::CaptureRenderAdapter
Completed in 492 milliseconds