Searched refs:instance_count_ (Results 1 – 2 of 2) sorted by relevance
59 volatile LONG ExceptionHandler::instance_count_ = 0; member in google_breakpad::ExceptionHandler150 LONG instance_count = InterlockedIncrement(&instance_count_); in Initialize()374 if (InterlockedDecrement(&instance_count_) == 0) { in ~ExceptionHandler()
511 static volatile LONG instance_count_; variable