Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc356 const int kWaitForHandlerThreadMs = 60000; in ~ExceptionHandler() local
357 WaitForSingleObject(handler_thread_, kWaitForHandlerThreadMs); in ~ExceptionHandler()