Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc59 volatile LONG ExceptionHandler::instance_count_ = 0; member in google_breakpad::ExceptionHandler
150 LONG instance_count = InterlockedIncrement(&instance_count_); in Initialize()
374 if (InterlockedDecrement(&instance_count_) == 0) { in ~ExceptionHandler()
Dexception_handler.h511 static volatile LONG instance_count_; variable