Searched defs:Watchdog (Results 1 - 6 of 6) sorted by relevance

/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.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.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...]
/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 104 milliseconds