HomeSort by relevance Sort by last modified time
    Searched refs:interrupt (Results 26 - 50 of 486) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/netperf/
netcpu_pstatnew.c 34 interrupt. so, we can now use those to calculate CPU utilization
45 uint64_t interrupt; member in struct:cpu_time_counters
131 res[i].interrupt = (((uint64_t)psp[i].psp_interruptcycles.psc_hi << 32) +
137 res[i].interrupt);
167 "\t interrupt %llu\n",counters[instance].interrupt);
227 thing in measuring user, kernel, interrupt and idle all together
228 instead of overlapping interrupt with the others like an OS that
230 accounting for interrupt cycles, whereby the cycles do not get
231 properly accounted. The sum of user, kernel, interrupt and idl
    [all...]
  /cts/libs/deviceutil/src/android/cts/util/
TestThread.java 77 this.interrupt();
  /external/arduino/hardware/arduino/cores/arduino/
wiring_private.h 29 #include <avr/interrupt.h>
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalZoneMonitor.java 43 t.interrupt();
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-385002.js 7 %Break(); // Schedule an interrupt that does not go away.
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractCheckedFuture.java 51 * {@code checkedGet} method has already restored the interrupt after catching
53 * wishes to swallow the interrupt, it can do so by calling
69 * implementation will set the current thread's interrupt status before
80 Thread.currentThread().interrupt();
97 * implementation will set the current thread's interrupt status before
109 Thread.currentThread().interrupt();
  /external/lldb/tools/lldb-platform/
lldb-platform.cpp 209 bool interrupt = false; local
211 while (!interrupt && !done)
213 if (!gdb_server.GetPacketAndSendResponse (UINT32_MAX, error, interrupt, done))
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ThreadTest.java 85 parent.interrupt();
341 firstOne.interrupt();
344 secondOne.interrupt();
363 fail("Unexpected interrupt");
449 * java.lang.Thread#interrupt()
452 // Test for method void java.lang.Thread.interrupt()
470 parent.interrupt();
481 ct = new ChildThread1(Thread.currentThread(), "Interrupt Test1",
490 assertTrue("Failed to Interrupt thread1", interrupted);
494 ct = new ChildThread1(Thread.currentThread(), "Interrupt Test2"
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/dec/
kn02xa.h 57 #include <linux/interrupt.h>
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/process/
SystemProcessTest.java 31 Thread.currentThread().interrupt();
  /external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
alloc.c 66 #include <linux/interrupt.h>
  /external/srtp/crypto/kernel/
alloc.c 66 #include <linux/interrupt.h>
  /frameworks/base/core/java/android/os/
SystemClock.java 72 * be interrupted with {@link Thread#interrupt Thread.interrupt()}, and
78 * you do not use {@link Thread#interrupt Thread.interrupt()}, as it will
107 * {@link InterruptedException}; {@link Thread#interrupt()} events are
129 // Important: we don't want to quietly eat an interrupt() event,
130 // so we make sure to re-interrupt the thread so that the next
132 Thread.currentThread().interrupt();
  /frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
AwaitableCompletionListener.java 42 // If this thread is using interrupt to shut down, preserve interrupt status and return.
43 Thread.currentThread().interrupt();
AwaitableErrorListener.java 50 // If this thread is using interrupt to shut down, preserve interrupt status and return.
51 Thread.currentThread().interrupt();
  /libcore/jsr166-tests/src/test/java/jsr166/
CountDownLatchTest.java 108 Thread.currentThread().interrupt();
127 t.interrupt();
139 Thread.currentThread().interrupt();
158 t.interrupt();
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
InterruptableOutputStream.java 64 public void interrupt() { method in class:InterruptableOutputStream
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/dec/
kn02xa.h 57 #include <linux/interrupt.h>
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/dec/
kn02xa.h 57 #include <linux/interrupt.h>
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/dec/
kn02xa.h 57 #include <linux/interrupt.h>
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/dec/
kn02xa.h 57 #include <linux/interrupt.h>
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/dec/
kn02xa.h 57 #include <linux/interrupt.h>
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/dec/
kn02xa.h 57 #include <linux/interrupt.h>
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/dec/
kn02xa.h 57 #include <linux/interrupt.h>
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/dec/
kn02xa.h 57 #include <linux/interrupt.h>

Completed in 994 milliseconds

12 3 4 5 6 7 8 91011>>