Home
last modified time | relevance | path

Searched refs:critsec (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/src/system_wrappers/interface/
Dcritical_section_wrapper.h44 explicit CriticalSectionScoped(CriticalSectionWrapper& critsec) in CriticalSectionScoped() argument
45 : _ptrCritSec(&critsec) in CriticalSectionScoped()
50 explicit CriticalSectionScoped(CriticalSectionWrapper* critsec) in CriticalSectionScoped() argument
51 : _ptrCritSec(critsec) in CriticalSectionScoped()