OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buffer_critsect_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/common_video/include/
incoming_video_stream.h
82
const rtc::scoped_ptr<CriticalSectionWrapper>
buffer_critsect_
;
member in class:webrtc::IncomingVideoStream
93
GUARDED_BY(
buffer_critsect_
);
/external/webrtc/webrtc/common_video/
incoming_video_stream.cc
41
buffer_critsect_
(CriticalSectionWrapper::CreateCriticalSection()),
89
CriticalSectionScoped csB(
buffer_critsect_
.get());
121
CriticalSectionScoped cs(
buffer_critsect_
.get());
185
CriticalSectionScoped cs_buffer(
buffer_critsect_
.get());
215
CriticalSectionScoped cs(
buffer_critsect_
.get());
Completed in 50 milliseconds