Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/client/windows/handler/
H A Dexception_handler.cc359 const int kWaitForHandlerThreadMs = 60000; in ~ExceptionHandler() local
360 WaitForSingleObject(handler_thread_, kWaitForHandlerThreadMs); in ~ExceptionHandler()