HomeSort by relevance Sort by last modified time
    Searched refs:_critsectArray (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/system_wrappers/source/
trace_impl.h 122 // _critsectArray protects _activeQueue
123 CriticalSectionWrapper* _critsectArray;
trace_impl.cc 78 _critsectArray(CriticalSectionWrapper::CreateCriticalSection()),
131 delete _critsectArray;
432 CriticalSectionScoped lock(_critsectArray);
511 CriticalSectionScoped lock(_critsectArray);

Completed in 129 milliseconds