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

/external/chromium/base/threading/
H A Dwatchdog.cc14 Watchdog::Watchdog(const TimeDelta& duration, function in class:base::Watchdog
33 Watchdog::~Watchdog() {
44 void Watchdog::Arm() {
48 void Watchdog::ArmSomeTimeDeltaAgo(const TimeDelta& time_delta) {
53 void Watchdog::ArmAtStartTime(const TimeTicks start_time) {
65 void Watchdog::Disarm() {
72 void Watchdog::Alarm() {
73 DVLOG(1) << "Watchdog alarme
[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_API Watchdog { class in namespace:base
34 // Constructor specifies how long the Watchdog will wait before alarming.
35 Watchdog(const TimeDelta& duration,
38 virtual ~Watchdog();
59 explicit ThreadDelegate(Watchdog* watchdog) : watchdog_(watchdog) {
65 Watchdog* watchdog
[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/ ...

Completed in 245 milliseconds