HomeSort by relevance Sort by last modified time
    Searched full:interrupt (Results 276 - 300 of 853) sorted by null

<<11121314151617181920>>

  /external/grub/netboot/
epic100.c 125 intstat = ioaddr + INTSTAT; /* Interrupt Status */
126 intmask = ioaddr + INTMASK; /* Interrupt Mask */
142 /* Disable ALL interrupts by setting the interrupt mask. */
  /external/oprofile/module/ia64/
op_pmu.c 154 /* enable interrupt generation */
322 * on an interrupt. This allows interrupt service routines to
  /libcore/luni/src/main/java/java/util/concurrent/
ExecutorService.java 96 * // Preserve interrupt status
97 * Thread.currentThread().interrupt();
136 * implementations will cancel via {@link Thread#interrupt}, so any
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 98 mThread.interrupt();
548 public void interrupt() { method in class:BluetoothOppObexClientSession.ClientThread
549 super.interrupt();
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
signal.h 345 /* If INTERRUPT is nonzero, make signal SIG interrupt system calls
346 (causing them to fail with EINTR); if INTERRUPT is zero, make system
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnService.java 58 mThread.interrupt();
76 mThread.interrupt();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
PipedInputStreamTest.java 90 t.interrupt();
396 t.interrupt();
PipedOutputStreamTest.java 228 rt.interrupt();
  /external/jpeg/
jmemdosa.asm 230 mov ax,4300h ; call multiplex interrupt with
310 mov ax,3567h ; get interrupt vector 67h
  /external/kernel-headers/original/linux/
fd.h 140 unsigned long timeout; /* timeout for interrupt requests */
325 #define FD_RAW_INTR 8 /* wait for an interrupt */
rcupdate.h 200 * disabling softirqs. Read-side critical sections in interrupt context
260 * hardware-interrupt handlers, in progress on entry will have completed
usb.h 15 #include <linux/interrupt.h> /* for in_interrupt() */
291 int bandwidth_int_reqs; /* number of Interrupt requests */
666 #define URB_NO_INTERRUPT 0x0080 /* HINT: no non-error interrupt
687 * (control), "bulk", "int" (interrupt), or "iso" (isochronous).
731 * @interval: Specifies the polling interval for interrupt or isochronous
788 * Interrupt URBs must provide an interval, saying how often (in milliseconds
    [all...]
  /external/llvm/lib/Support/Unix/
Signals.inc 45 // IntSigs - Signals that may interrupt the program at any time.
144 IF(); // run the interrupt function.
  /external/netperf/
netcpu_ntperf.c 413 fprintf(where, "Interrupt %5.2f",
426 fprintf(where, "Interrupt/Sec. %5.1f",
  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio_gsxb.c 181 /* Uninstall interrupt */
365 /* Install interrupt */
  /frameworks/base/core/java/android/content/
AbstractThreadedSyncAdapter.java 308 syncThread.interrupt();
322 thread.interrupt();
  /frameworks/base/media/tests/SoundPoolTest/src/com/android/
SoundPoolTest.java 372 if (DEBUG) Log.d(LOG_TAG, "interrupt");
373 interrupt(); method
  /frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
VariableSpeed.java 161 // Preserve the interrupt status, though this is unexpected.
162 Thread.currentThread().interrupt();
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fd.h 139 unsigned long timeout; /* timeout for interrupt requests */
324 #define FD_RAW_INTR 8 /* wait for an interrupt */
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/experiments/
ColdLatencyExperiment.java 107 Thread.currentThread().interrupt();
  /cts/tests/accessibilityservice/src/android/accessibilityservice/delegate/
DelegatingAccessibilityService.java 63 * Interface for delegating events and interrupt requests.
  /cts/tests/src/android/content/cts/
DummyProvider.java 153 // be affected by interrupt() either
  /cts/tests/tests/holo/src/android/holo/cts/
ThemeTestActivity.java 131 throw new IllegalStateException("Did you interrupt the activity?");
  /dalvik/vm/jdwp/
JdwpConstants.cpp 74 return "INTERRUPT";
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
Krb5LoginModuleTest.java 87 server.interrupt();

Completed in 1667 milliseconds

<<11121314151617181920>>