HomeSort by relevance Sort by last modified time
    Searched refs:Disarm (Results 1 - 11 of 11) sorted by null

  /external/chromium/base/threading/
watchdog_unittest.cc 61 // Test ability to call Arm and Disarm repeatedly.
65 watchdog1.Disarm();
67 watchdog1.Disarm();
71 watchdog2.Disarm();
73 watchdog2.Disarm();
113 watchdog.Disarm();
watchdog.h 8 // simply calling Arm() (to start timing) and Disarm() (to reset the timer).
15 // a second thread, and their methods call (Arm() and Disarm()) return very
40 // Start timing, and alarm when time expires (unless we're disarm()ed.)
46 void Disarm();
49 // Disarm(). This method can be overridden to create testable classes.
watchdog.cc 65 void Watchdog::Disarm() {
  /external/chromium_org/base/threading/
watchdog_unittest.cc 62 // Test ability to call Arm and Disarm repeatedly.
66 watchdog1.Disarm();
68 watchdog1.Disarm();
72 watchdog2.Disarm();
74 watchdog2.Disarm();
115 watchdog.Disarm();
watchdog.h 8 // simply calling Arm() (to start timing) and Disarm() (to reset the timer).
15 // a second thread, and their methods call (Arm() and Disarm()) return very
47 // Start timing, and alarm when time expires (unless we're disarm()ed.)
53 void Disarm();
56 // Disarm(). This method can be overridden to create testable classes.
watchdog.cc 105 void Watchdog::Disarm() {
  /external/chromium_org/chrome/browser/metrics/
thread_watcher.cc 858 // Disarm(). When Alarm goes off, in release mode we get the crash dump
883 // Disarm(). We crash the browser if this method is called.
908 Disarm();
920 void StartupTimeBomb::Disarm() {
923 startup_watchdog_->Disarm();
950 g_startup_timebomb_->Disarm();
965 shutdown_watchdog_->Disarm();
thread_watcher.h 577 // Destructor disarm's startup_watchdog_ (if it is arm'ed) so that alarm
588 void Disarm();
601 // Watches for hangs during startup until it is disarm'ed.
616 // Destructor disarm's shutdown_watchdog_ so that alarm doesn't go off.
  /external/chromium/chrome/browser/
jankometer.cc 178 total_time_watchdog_.Disarm();
  /external/chromium_org/chrome/browser/
jankometer.cc 179 total_time_watchdog_.Disarm();
chrome_browser_main.cc     [all...]

Completed in 385 milliseconds