Searched refs:Watchdog (Results 1 - 13 of 13) sorted by relevance

/external/llvm/lib/Support/Unix/
H A DWatchdog.inc1 //===--- Unix/Watchdog.inc - Unix Watchdog Implementation -------*- C++ -*-===//
10 // This file provides the generic Unix implementation of the Watchdog class.
20 Watchdog::Watchdog(unsigned int seconds) {
26 Watchdog::~Watchdog() {
/external/llvm/lib/Support/Windows/
H A DWatchdog.inc1 //===--- Windows/Watchdog.inc - Windows Watchdog Implementation -*- C++ -*-===//
10 // This file provides the generic Windows implementation of the Watchdog class.
21 Watchdog::Watchdog(unsigned int seconds) {}
22 Watchdog::~Watchdog() {}
/external/llvm/include/llvm/Support/
H A DWatchdog.h1 //===--- Watchdog.h - Watchdog timer ----------------------------*- C++ -*-===//
10 // This file declares the llvm::sys::Watchdog class.
26 class Watchdog { class in namespace:llvm::sys
28 Watchdog(unsigned int seconds);
29 ~Watchdog();
32 Watchdog(const Watchdog &other) LLVM_DELETED_FUNCTION;
33 Watchdog &operator=(const Watchdog
[all...]
/external/chromium_org/base/threading/
H A Dwatchdog.h5 // The Watchdog class creates a second thread that can Alarm if a specific
7 // specified at construction time. The Watchdog may be used many times by
9 // The Watchdog is typically used under a debugger, where the stack traces on
10 // other threads can be examined if/when the Watchdog alarms.
32 class BASE_EXPORT Watchdog { class in namespace:base
34 // Constructor specifies how long the Watchdog will wait before alarming.
35 Watchdog(const TimeDelta& duration,
38 virtual ~Watchdog();
43 // Returns true if we state_ is JOINABLE (which indicates that Watchdog has
66 explicit ThreadDelegate(Watchdog* watchdo
[all...]
H A Dwatchdog.cc39 Watchdog::Watchdog(const TimeDelta& duration, function in class:base::Watchdog
58 Watchdog::~Watchdog() {
67 void Watchdog::Cleanup() {
77 bool Watchdog::IsJoinable() {
84 void Watchdog::Arm() {
88 void Watchdog::ArmSomeTimeDeltaAgo(const TimeDelta& time_delta) {
93 void Watchdog::ArmAtStartTime(const TimeTicks start_time) {
105 void Watchdog
[all...]
H A Dwatchdog_unittest.cc20 class WatchdogCounter : public Watchdog {
25 : Watchdog(duration, thread_watched_name, enabled),
33 Watchdog::Alarm();
47 Watchdog::ResetStaticData();
58 Watchdog watchdog1(TimeDelta::FromMilliseconds(300), "Disabled", false);
59 Watchdog watchdog2(TimeDelta::FromMilliseconds(300), "Enabled", true);
64 Watchdog watchdog1(TimeDelta::FromMilliseconds(300), "Disabled", false);
70 Watchdog watchdog2(TimeDelta::FromMilliseconds(300), "Enabled", true);
/external/llvm/lib/Support/
H A DPrettyStackTrace.cpp22 #include "llvm/Support/Watchdog.h"
39 sys::Watchdog W(5);
H A DAndroid.mk81 Watchdog.cpp \
/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher.h604 // Watchdog thread.
619 base::Watchdog* startup_watchdog_;
642 base::Watchdog* shutdown_watchdog_;
H A Dthread_watcher.cc913 class StartupWatchDogThread : public base::Watchdog {
918 : base::Watchdog(duration, "Startup watchdog thread", true) {
967 class ShutdownWatchDogThread : public base::Watchdog {
972 : base::Watchdog(duration, "Shutdown watchdog thread", true) {
1026 // Allow the watchdog thread to shutdown on UI. Watchdog thread shutdowns
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 579 milliseconds