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

/external/chromium/base/threading/
H A Dwatchdog_unittest.cc5 #include "base/threading/watchdog.h"
78 WatchdogCounter watchdog(TimeDelta::FromMilliseconds(10), "Enabled", true);
79 watchdog.Arm();
81 watchdog.alarm_counter() > 0);
82 EXPECT_EQ(1, watchdog.alarm_counter());
87 WatchdogCounter watchdog(TimeDelta(), "Enabled2", true);
89 watchdog.ArmSomeTimeDeltaAgo(TimeDelta::FromSeconds(2));
92 watchdog.alarm_counter() > 0);
94 EXPECT_EQ(1, watchdog.alarm_counter());
99 WatchdogCounter watchdog(TimeDelt
[all...]
H A Dwatchdog.h14 // to permanently disable the watchdog. Disabled watchdogs don't even spawn
59 explicit ThreadDelegate(Watchdog* watchdog) : watchdog_(watchdog) { argument
/external/qemu/hw/
H A Dwatchdog.c2 * Virtual hardware watchdog.
25 #include "hw/watchdog.h"
43 if (watchdog) {
45 "qemu: only one watchdog option may be given\n");
49 /* -watchdog ? lists available devices and exits cleanly. */
60 watchdog = model;
65 fprintf(stderr, "Unknown -watchdog device. Supported devices are:\n");
93 /* This actually performs the "action" once a watchdog has expired,
116 fprintf(stderr, "watchdog: timer fired\n");
126 if (watchdog)
[all...]
H A Dwatchdog.h2 * Virtual hardware watchdog.
52 extern WatchdogTimerModel *watchdog;
55 /* in hw/watchdog.c */
/external/valgrind/main/helgrind/tests/
H A Dtc18_semabuse.c44 void* watchdog ( void* v ) function
47 fprintf(stderr, "watchdog timer expired - not a good sign\n");
55 r= pthread_create(&t, NULL, watchdog, NULL);
/external/webkit/Tools/DumpRenderTree/chromium/
H A DTestShellMac.mm40 // A class to be the target/selector of the "watchdog" thread that ensures
102 // Create a watchdog thread which just sets a timer and
105 // message loop. If the watchdog is what catches a
112 WatchDogTarget* watchdog = [[[WatchDogTarget alloc]
114 NSThread* thread = [[NSThread alloc] initWithTarget:watchdog
124 // Tell the watchdog that we're finished. No point waiting to re-join, it'll
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jdepend.jar ... .apache.tools.ant.taskdefs.ExecuteWatchdog watchdog String errorMessage org.apache.tools.ant. ...
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/kernel-headers/original/asm-mips/ip32/
H A Dcrime.h89 volatile unsigned long watchdog; member in struct:sgi_crime
/external/oprofile/events/i386/nehalem/
H A Dunit_masks33 0x04 watchdog Counts the number of times the memory disambiguration watchdog kicked in
34 0x08 watch_cycles Counts the cycles that the memory disambiguration watchdog is active
/external/qemu/
H A Dvl-android.c186 #include "hw/watchdog.h"
311 WatchdogTimerModel *watchdog = NULL; variable
3028 PANIC("Invalid watchdog parameter: %s",
3037 PANIC("Unknown -watchdog-action parameter");
H A Dvl.c144 #include "hw/watchdog.h"
239 WatchdogTimerModel *watchdog = NULL; variable
2540 fprintf(stderr, "Unknown -watchdog-action parameter\n");

Completed in 426 milliseconds