OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Disarm
(Results
1 - 3
of
3
) sorted by null
/external/chromium/base/threading/
watchdog.cc
65
void Watchdog::
Disarm
() {
/external/chromium_org/base/threading/
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
();
Completed in 134 milliseconds