HomeSort by relevance Sort by last modified time
    Searched full:shutdown_watchdog_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/metrics/
thread_watcher.cc 958 : shutdown_watchdog_(NULL),
964 if (shutdown_watchdog_) {
965 shutdown_watchdog_->Disarm();
966 delete shutdown_watchdog_;
967 shutdown_watchdog_ = NULL;
973 DCHECK(!shutdown_watchdog_);
990 shutdown_watchdog_ = new ShutdownWatchDogThread(actual_duration);
991 shutdown_watchdog_->Arm();
thread_watcher.h 613 // Create an empty holder for |shutdown_watchdog_|.
616 // Destructor disarm's shutdown_watchdog_ so that alarm doesn't go off.
624 // shutdown_watchdog_ watches for hangs during shutdown.
625 base::Watchdog* shutdown_watchdog_; member in class:ShutdownWatcherHelper

Completed in 437 milliseconds