Searched defs:critsec (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 115 milliseconds