/external/chromium/base/threading/ |
watchdog_unittest.cc | 5 #include "base/threading/watchdog.h" 20 class WatchdogCounter : public Watchdog { 25 : Watchdog(duration, thread_watched_name, enabled), alarm_counter_(0) { 32 Watchdog::Alarm(); 46 Watchdog::ResetStaticData(); 57 Watchdog watchdog1(TimeDelta::FromMilliseconds(300), "Disabled", false); 58 Watchdog watchdog2(TimeDelta::FromMilliseconds(300), "Enabled", true); 63 Watchdog watchdog1(TimeDelta::FromMilliseconds(300), "Disabled", false); 69 Watchdog watchdog2(TimeDelta::FromMilliseconds(300), "Enabled", true); 78 WatchdogCounter watchdog(TimeDelta::FromMilliseconds(10), "Enabled", true) [all...] |
watchdog.h | 5 // 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. 14 // to permanently disable the watchdog. Disabled watchdogs don't even spawn 32 class BASE_API Watchdog { 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) [all...] |
/external/qemu/hw/ |
watchdog.c | 2 * 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...] |
watchdog.h | 2 * Virtual hardware watchdog. 52 extern WatchdogTimerModel *watchdog; 55 /* in hw/watchdog.c */
|
/external/valgrind/main/helgrind/tests/ |
tc18_semabuse.c | 44 void* watchdog ( void* v ) function 47 fprintf(stderr, "watchdog timer expired - not a good sign\n"); 55 r= pthread_create(&t, NULL, watchdog, NULL);
|
/cts/tests/tests/media/src/android/media/cts/ |
MediaRandomTest.java | 98 * This is a watchdog used to stop the process if it hasn't been pinged 101 * Watchdog w = new Watchdog(10000); // 10 seconds. 102 * w.start(); // start the watchdog. 108 * w.end(); // ask the watchdog to stop. 111 class Watchdog extends Thread { 116 public Watchdog(long timeoutMs) { 175 Watchdog watchdog = new Watchdog(5000) local 260 Watchdog watchdog = new Watchdog(5000); local [all...] |
/external/webkit/Tools/DumpRenderTree/chromium/ |
TestShellMac.mm | 40 // 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
|
/system/core/init/ |
watchdogd.c | 22 #include <linux/watchdog.h> 27 #define DEV_NAME "/dev/watchdog"
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-jdepend.jar | |
ant-junit.jar | |
ant.jar | |
/frameworks/rs/ |
rsContext.h | 181 watchdog.command = cmd; 182 watchdog.file = file; 183 watchdog.line = line; 220 } watchdog; member in class:android::renderscript::Context
|
rsContext.cpp | 112 watchdog.inRoot = true; 114 watchdog.inRoot = false; 478 if (rsc->watchdog.command && rsc->watchdog.file) { 479 ALOGE("RS watchdog timeout: %i %s line %i %s", rsc->watchdog.inRoot, 480 rsc->watchdog.command, rsc->watchdog.line, rsc->watchdog.file); 482 ALOGE("RS watchdog timeout: %i", rsc->watchdog.inRoot) [all...] |
/bionic/libc/kernel/arch-mips/asm/ip32/ |
crime.h | 104 volatile unsigned long watchdog; member in struct:sgi_crime
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ip32/ |
crime.h | 104 volatile unsigned long watchdog; member in struct:sgi_crime
|
/external/kernel-headers/original/asm-mips/ip32/ |
crime.h | 89 volatile unsigned long watchdog; member in struct:sgi_crime
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ip32/ |
crime.h | 104 volatile unsigned long watchdog; member in struct:sgi_crime
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ip32/ |
crime.h | 104 volatile unsigned long watchdog; member in struct:sgi_crime
|
/frameworks/av/services/audioflinger/ |
Android.mk | 73 # uncomment to enable the audio watchdog
|
/external/oprofile/events/i386/nehalem/ |
unit_masks | 33 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/sepolicy/ |
file_contexts | 114 /dev/watchdog u:object_r:watchdog_device:s0
|
/external/qemu/ |
vl-android.c | 186 #include "hw/watchdog.h" 311 WatchdogTimerModel *watchdog = NULL; variable [all...] |
vl.c | 144 #include "hw/watchdog.h" 239 WatchdogTimerModel *watchdog = NULL; variable [all...] |
/prebuilts/tools/common/ant/ |
ant.jar | |
/external/robolectric/lib/main/ |
h2-1.2.147.jar | |