Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc169 is_shutdown_ = false; in Initialize()
354 is_shutdown_ = true; in ~ExceptionHandler()
394 if (self->is_shutdown_) { in ExceptionHandlerThreadMain()
Dexception_handler.h446 volatile bool is_shutdown_; variable