HomeSort by relevance Sort by last modified time
    Searched full:interrupt (Results 151 - 175 of 1559) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ppdev.h 67 /* Set control lines when an interrupt occurs. */
70 /* Clear (and return) interrupt count. */
serial.h 145 * Serial input interrupt line counters -- external structure
146 * Four lines can interrupt: CTS, DSR, RI, DCD
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
timer.h 27 #include <linux/interrupt.h>
61 unsigned long ticks; /* max timer ticks per interrupt */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ppdev.h 67 /* Set control lines when an interrupt occurs. */
70 /* Clear (and return) interrupt count. */
serial.h 145 * Serial input interrupt line counters -- external structure
146 * Four lines can interrupt: CTS, DSR, RI, DCD
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
timer.h 27 #include <linux/interrupt.h>
61 unsigned long ticks; /* max timer ticks per interrupt */
  /libcore/libdvm/src/main/java/java/lang/
Thread.java 636 * Posts an interrupt request to this {@code Thread}. The behavior depends on
642 * be woken up, their interrupt status will be cleared, and they receive an
646 * {@link java.nio.channels.InterruptibleChannel} will have their interrupt
652 * their interrupt status set and return immediately. They don't receive an
659 public void interrupt() { method in class:Thread
660 // Interrupt this thread before running actions so that other
661 // threads that observe the interrupt as a result of an action
665 vmt.interrupt();
677 * <code>currentThread()</code>) has a pending interrupt request (<code>
681 * @return a <code>boolean</code> indicating the interrupt statu
1207 interrupt(); method
    [all...]
VMThread.java 34 native void interrupt(); method in class:VMThread
  /development/ndk/platforms/android-3/include/linux/mmc/
mmc.h 16 #include <linux/interrupt.h>
  /external/arduino/hardware/arduino/cores/arduino/
HardwareSerial.cpp 131 #warning No interrupt handler for usart 0
134 #error No interrupt handler for usart 0
260 // don't reverse this or there may be problems if the RX interrupt
264 // don't reverse this or there may be problems if the RX interrupt
WProgram.h 8 #include <avr/interrupt.h>
wiring_private.h 29 #include <avr/interrupt.h>
  /external/chromium_org/chrome/browser/usb/
usb_context.cc 11 #include "third_party/libusb/src/libusb/interrupt.h"
  /external/kernel-headers/original/asm-mips/dec/
ecc.h 46 #include <linux/interrupt.h>
  /external/kernel-headers/original/asm-x86/
highmem.h 23 #include <linux/interrupt.h>
  /external/kernel-headers/original/linux/usb/
f_mtp.h 66 /* Sends an event to the host via the interrupt endpoint */
  /external/oprofile/libop/
op_interface.h 34 unsigned long eip; /**< eip value where occur interrupt */
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_SetEventFilter.3 19 There is one caveat when dealing with the \fBSDL_QUITEVENT\fP event type\&. The event filter is only called when the window manager desires to close the application window\&. If the event filter returns 1, then the window will be closed, otherwise the window will remain open if possible\&. If the quit event is generated by an interrupt signal, it will bypass the internal queue and be delivered to the application at the next event poll\&.
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_quit.h 40 * SDL_Init() installs signal handlers for SIGINT (keyboard interrupt)
  /external/qemu/distrib/sdl-1.2.15/src/audio/mint/
SDL_mintaudio_dma8.c 178 /* Disable interrupt */
181 DEBUG_PRINT((DEBUG_NAME "closeaudio: interrupt disabled\n"));
187 DEBUG_PRINT((DEBUG_NAME "closeaudio: no more interrupt running\n"));
303 /* Set interrupt */
SDL_mintaudio_it.S 94 /*--- Xbios interrupt vector to measure Falcon external clock ---*/
118 /*--- Xbios interrupt vector ---*/
218 /*--- DMA 8 bits interrupt vector ---*/
312 /*--- STFA interrupt vector ---*/
  /external/v8/test/mjsunit/
count-based-osr.js 28 // Flags: --count-based-interrupts --interrupt-budget=10 --weighted-back-edges --allow-natives-syntax
  /libcore/luni/src/main/java/java/net/
CacheRequest.java 26 * data into the cache. It also allows the user to interrupt and abort the
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
InterruptableOutputStream.java 64 public void interrupt() { method in class:InterruptableOutputStream
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
mmtimer.h 16 * 9/10/04 - Christoph Lameter - remove interrupt support

Completed in 281 milliseconds

1 2 3 4 5 67 8 91011>>