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

  /external/google-breakpad/src/client/windows/handler/
exception_handler.cc 210 InitializeCriticalSection(&handler_critical_section_);
363 DeleteCriticalSection(&handler_critical_section_);
700 EnterCriticalSection(&handler_critical_section_);
705 LeaveCriticalSection(&handler_critical_section_);
730 LeaveCriticalSection(&handler_critical_section_);
    [all...]
exception_handler.h 450 CRITICAL_SECTION handler_critical_section_; member in class:google_breakpad::ExceptionHandler

Completed in 625 milliseconds