Searched refs:_ptrCritSec (Results 1 – 1 of 1) sorted by relevance
45 : _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