HomeSort by relevance Sort by last modified time
    Searched refs:watchdog (Results 1 - 25 of 41) sorted by null

1 2

  /external/compiler-rt/test/tsan/
fork_deadlock.cc 16 static void *watchdog(void *p) { function
27 pthread_create(&th2, 0, watchdog, 0);
  /external/valgrind/helgrind/tests/
tc18_semabuse.c 47 void* watchdog ( void* v ) function
50 fprintf(stderr, "watchdog timer expired - not a good sign\n");
58 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) {
180 Watchdog watchdog = new Watchdog(5000) local
265 Watchdog watchdog = new Watchdog(5000); local
    [all...]
  /system/core/init/
watchdogd.cpp 23 #include <linux/watchdog.h>
28 #define DEV_NAME "/dev/watchdog"
  /hardware/bsp/intel/soc/edison/
init.edison.rc 23 chown system root /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 
  /frameworks/rs/
rsContext.h 200 watchdog.command = cmd;
201 watchdog.file = file;
202 watchdog.line = line;
240 } watchdog; member in class:android::renderscript::Context
rsContext.cpp 121 watchdog.inRoot = true;
123 watchdog.inRoot = false;
414 if (rsc->watchdog.command && rsc->watchdog.file) {
415 ALOGE("RS watchdog timeout: %i %s line %i %s", rsc->watchdog.inRoot,
416 rsc->watchdog.command, rsc->watchdog.line, rsc->watchdog.file);
418 ALOGE("RS watchdog timeout: %i", rsc->watchdog.inRoot)
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/ip32/
crime.h 104 volatile unsigned long watchdog; member in struct:sgi_crime
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/ip32/
crime.h 104 volatile unsigned long watchdog; member in struct:sgi_crime
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/ip32/
crime.h 104 volatile unsigned long watchdog; member in struct:sgi_crime
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/ip32/
crime.h 104 volatile unsigned long watchdog; member in struct:sgi_crime
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/ip32/
crime.h 104 volatile unsigned long watchdog; member in struct:sgi_crime
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/ip32/
crime.h 104 volatile unsigned long watchdog; member in struct:sgi_crime
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/ip32/
crime.h 104 volatile unsigned long watchdog; member in struct:sgi_crime
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/ip32/
crime.h 104 volatile unsigned long watchdog; member in struct:sgi_crime
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/ip32/
crime.h 104 volatile unsigned long watchdog; member in struct:sgi_crime
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/ip32/
crime.h 104 volatile unsigned long watchdog; member in struct:sgi_crime
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcTag.java 253 PresenceCheckWatchdog watchdog; local
256 watchdog = mWatchdog;
258 if (watchdog != null) {
259 // Watchdog has already disconnected or will do it
260 watchdog.end();
262 watchdog.join();
  /packages/apps/Email/tests/src/com/android/email/service/
AttachmentServiceTests.java 407 final AttachmentService.AttachmentWatchdog watchdog = attachmentService.mWatchdog; local
420 final boolean shouldCancel = watchdog.validateDownloadRequest(dr, 60000, now);
432 final AttachmentService.AttachmentWatchdog watchdog = attachmentService.mWatchdog; local
445 final boolean shouldCancel = watchdog.validateDownloadRequest(dr, 1000, now);
  /external/testng/src/main/java/org/testng/
TestNGAntTask.java 531 ExecuteWatchdog watchdog= createWatchdog(); local
533 int exitValue= executeAsForked(cmd, watchdog);
534 if(null != watchdog) {
535 wasKilled= watchdog.killedProcess();
805 * @param watchdog
808 protected int executeAsForked(CommandlineJava cmd, ExecuteWatchdog watchdog) {
810 watchdog);
856 * watchdog instance.
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
mksysctl_openbsd.pl 77 kern.watchdog
  /prebuilts/go/linux-x86/src/syscall/
mksysctl_openbsd.pl 77 kern.watchdog
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/sisu-equinox-launching/0.20.0/
sisu-equinox-launching-0.20.0.jar 

Completed in 1935 milliseconds

1 2