Home
last modified time | relevance | path

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

/external/webrtc/src/system_wrappers/interface/
Dcritical_section_wrapper.h45 : _ptrCritSec(&critsec) in CriticalSectionScoped()
47 _ptrCritSec->Enter(); in CriticalSectionScoped()
51 : _ptrCritSec(critsec) in CriticalSectionScoped()
53 _ptrCritSec->Enter(); in CriticalSectionScoped()
58 if (_ptrCritSec) in ~CriticalSectionScoped()
67 _ptrCritSec->Leave(); in Leave()
68 _ptrCritSec = 0; in Leave()
71 CriticalSectionWrapper* _ptrCritSec; variable