HomeSort by relevance Sort by last modified time
    Searched full:interrupt (Results 226 - 250 of 1255) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/docs/
ANDROID-QEMU-PIPE.TXT 65 or the list of events that occured in case of interrupt.
178 The driver's interrupt handler will then have to read a list of
181 In other words, the driver's interrupt handler will do:
  /external/qemu/target-i386/
hax-interface.h 300 * Interrupt window open, qemu can inject an interrupt now.
308 * When guest executes HLT instruction with interrupt enabled, HAX
  /libcore/luni/src/main/java/java/lang/
Daemons.java 78 public synchronized void interrupt() { method in class:Daemons.Daemon
82 thread.interrupt();
98 threadToStop.interrupt();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
rex.x 43 const SIGINT = 2; /* interrupt */
146 /* chars[0] == interrupt char */
173 tchars more; /* interrupt, kill characters, etc. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
rex.x 43 const SIGINT = 2; /* interrupt */
146 /* chars[0] == interrupt char */
173 tchars more; /* interrupt, kill characters, etc. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
rex.x 43 const SIGINT = 2; /* interrupt */
146 /* chars[0] == interrupt char */
173 tchars more; /* interrupt, kill characters, etc. */
  /bionic/libc/kernel/arch-mips/asm/dec/
kn02xa.h 57 #include <linux/interrupt.h>
  /cts/tests/src/android/os/cts/
TestThread.java 77 this.interrupt();
  /development/ndk/platforms/android-3/include/sys/
_sigdefs.h 34 __BIONIC_SIGDEF(SIGINT,2,"Interrupt")
  /development/ndk/platforms/android-9/arch-mips/include/asm/dec/
kn02xa.h 57 #include <linux/interrupt.h>
  /development/ndk/platforms/android-9/include/sys/
_sigdefs.h 39 __BIONIC_SIGDEF(INT,2,"Interrupt")
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyFactory2Test.java 106 keepalive.interrupt();
147 keepalive.interrupt();
256 keepalive.interrupt();
330 keepalive.interrupt();
  /external/arduino/libraries/Wire/utility/
twi.c 24 #include <avr/interrupt.h>
89 // enable twi module, acks, and twi interrupt
95 * Desc sets slave address and enables interrupt
135 // response to the received byte before the interrupt is signalled.
  /external/bison/lib/
binary-io.h 64 to interrupt the program through Ctrl-C or Ctrl-Break. */
  /external/kernel-headers/original/asm-arm/
ioctls.h 66 #define TIOCGICOUNT 0x545D /* read serial port inline interrupt counts */
system.h 39 #define CR_FI (1 << 21) /* Fast interrupt (lower latency mode) */
211 * CPU interrupt mask handling.
231 * Save the current interrupt enable state & disable IRQs
309 * Save the current interrupt enable state.
  /external/kernel-headers/original/asm-mips/dec/
kn02xa.h 75 #include <linux/interrupt.h>
  /external/kernel-headers/original/asm-mips/mach-au1x00/
au1000.h 432 /* Interrupt Controller 0 */
470 /* Interrupt Controller 1 */
508 /* Interrupt Configuration Modes */
517 /* Interrupt Numbers */
    [all...]
  /external/kernel-headers/original/asm-mips/mips-boards/
malta.h 28 /* Mips interrupt controller found in SOCit variations */
  /external/kernel-headers/original/asm-x86/
ioctls.h 71 #define TIOCGICOUNT 0x545D /* read serial port inline interrupt counts */
  /external/kernel-headers/original/linux/mmc/
mmc.h 12 #include <linux/interrupt.h>
  /external/libnl-headers/netlink/
netlink-kernel.h 104 * interrupt service in the FE for a longer time.
  /external/llvm/test/CodeGen/MBlaze/
svol.ll 6 @.str = private constant [28 x i8] c"The interrupt has gone off\0A\00"
  /external/qemu/android/
android.h 60 /* enable/disable interrupt polling mode. the emulator will always use 100%
  /external/qemu/distrib/sdl-1.2.15/src/audio/mint/
SDL_mintaudio.h 113 /* ASM interrupt functions */

Completed in 666 milliseconds

1 2 3 4 5 6 7 8 91011>>