/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/mmc/ |
mmc.h | 16 #include <linux/interrupt.h>
|
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_quit.h | 40 SDL_Init() installs signal handlers for SIGINT (keyboard interrupt)
|
/prebuilt/windows/sdl/include/SDL/ |
SDL_quit.h | 38 SDL_Init() installs signal handlers for SIGINT (keyboard interrupt)
|
/dalvik/vm/native/ |
java_lang_VMThread.cpp | 101 * void interrupt() 103 * Interrupt a thread that is waiting (or is about to wait) on a monitor. 247 { "interrupt", "()V",
|
/development/samples/USB/MissileLauncher/src/com/android/missilelauncher/ |
MissileLauncherActivity.java | 126 // endpoint should be of type interrupt 129 Log.e(TAG, "endpoint is not interrupt type"); 222 // queue a request on the interrupt endpoint
|
/external/llvm/include/llvm/ |
CallingConv.h | 76 /// MSP430_INTR - Calling convention used for MSP430 interrupt routines. 92 /// MBLAZE_INTR - Calling convention used for MBlaze interrupt routines. 95 /// MBLAZE_INTR - Calling convention used for MBlaze interrupt support
|
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/ |
SDL_ikbdinterrupt.S | 24 * IKBD 6301 interrupt routine 182 | End of interrupt 190 | Call old MIDI interrupt
|
/libcore/luni/src/main/java/java/lang/ |
Daemons.java | 76 public synchronized void interrupt() { method in class:Daemons.Daemon 80 thread.interrupt(); 96 threadToStop.interrupt();
|
Thread.java | 648 * Posts an interrupt request to this {@code Thread}. The behavior depends on 654 * be woken up, their interrupt status will be cleared, and they receive an 658 * {@link java.nio.channels.InterruptibleChannel} will have their interrupt 664 * their interrupt status set and return immediately. They don't receive an 671 public void interrupt() { method in class:Thread 680 vmt.interrupt(); 686 * <code>currentThread()</code>) has a pending interrupt request (<code> 690 * @return a <code>boolean</code> indicating the interrupt status 692 * @see Thread#interrupt 728 * pending interrupt request (<code>true</code>) or not 1233 interrupt(); method [all...] |
/external/qemu/distrib/sdl-1.2.12/src/audio/mint/ |
SDL_mintaudio_mcsn.c | 87 /* We can't use XBIOS in interrupt with Magic, don't know about thread */ 120 /* Check if interrupt at end of replay */ 122 DEBUG_PRINT((DEBUG_NAME "no interrupt at end of replay\n")); 198 /* Uninstall interrupt */ 349 /* Install interrupt */
|
/libcore/luni/src/test/java/libcore/java/lang/ |
OldThreadGroupTest.java | 154 thread.interrupt(); 230 thr.interrupt(); 243 * java.lang.ThreadGroup#interrupt() 249 ThreadGroup tg = new ThreadGroup("interrupt"); 262 t1.interrupt();
|
/external/grub/netboot/ |
cs89x0.h | 21 #define PP_CS8900_ISAINT 0x0022 /* ISA interrupt select */ 22 #define PP_CS8920_ISAINT 0x0370 /* ISA interrupt select */ 50 #define PP_ISQ 0x0120 /* Interrupt Status */ 122 /* PP_RxCFG - Receive Configuration and Interrupt Mask bit definition - Read/write */ 147 /* PP_TxCFG - Transmit Configuration Interrupt Mask bit definition - Read/write */ 167 /* PP_BufCFG - Buffer Configuration Interrupt Mask bit definition - Read/write */ 432 #define CS8920_NO_INTS 0x0F /* Max CS8920 interrupt select # */
|
rtl8139.c | 44 each and every interrupt pending, including the RxOverrun and RxFIFIOver 57 rtl_poll was quite broken: it used the RxOK interrupt flag instead 118 /* Interrupt register bits, using my own meaningful names. */ 330 /* Disable all known interrupts by setting the interrupt mask. */ 365 /* Only acknlowledge interrupt sources we can properly handle 400 /* See below for the rest of the interrupt acknowledges. */
|
smc9000.c | 216 status = inb(smc9000_base + INTERRUPT); 218 /* acknowledge the interrupt */ 219 _outb(IM_ALLOC_INT, smc9000_base + INTERRUPT); 282 status = inb(smc9000_base + INTERRUPT); 287 /* ack interrupt */ 288 _outb(IM_TX_INT, smc9000_base + INTERRUPT);
|
sis900.h | 24 isr=0x10, /* Interrupt Status Register */ 25 imr=0x14, /* Interrupt Mask Register */ 26 ier=0x18, /* Interrupt Enable Register */
|
/libcore/luni/src/main/java/java/util/concurrent/ |
ThreadPoolExecutor.java | 252 * t.interrupt(); 308 * and interrupt in-progress tasks 413 * unnecessary interrupt storms, especially during shutdown. 414 * Otherwise exiting threads would concurrently interrupt those 419 * permission to interrupt and actually interrupting. 509 * have permission to actually interrupt threads in the worker set 510 * (as governed by Thread.interrupt, which relies on 515 * All actual invocations of Thread.interrupt (see 521 * failure to actually interrupt threads may disable or delay full 523 * and failure to actually interrupt will merely delay response t [all...] |
FutureTask.java | 245 // that will try to interrupt runner 266 // that will try to interrupt runner 290 r.interrupt();
|
/external/qemu-pc-bios/vgabios/tests/lfbprof/ |
lfbprof.c | 110 * Parameters: intno - Interrupt number to issue 113 * Returns: Value returned by interrupt in AX 115 * Description: Issues a real mode interrupt using DPMI services. 127 r.w.ax = 0x300; /* DPMI issue real interrupt */ 133 int386x(0x31, &r, &r, &sr); /* Issue the interrupt */ 144 * Parameters: intno - Interrupt number to issue 148 * Returns: Value returned by interrupt in AX 150 * Description: Issues a real mode interrupt using DPMI services. 164 r.w.ax = 0x300; /* DPMI issue real interrupt */ 170 int386x(0x31, &r, &r, &sr); /* Issue the interrupt */ [all...] |
/development/samples/Alarm/src/com/example/android/newalarm/ |
AlarmService.java | 90 // This covers the situation where an interrupt might have overridden the wait. 95 // Waits for 15 seconds or until an interrupt triggers an exception. 96 // If an interrupt occurs, the wait is recalculated to ensure a net
|
/device/google/accessory/demokit/firmware/demokit/ |
demokit.pde | 40 #define JOY_nINT A10 // active low interrupt input 333 // dummy read of Y_reg to reset interrupt 361 *y = read_joy_reg(0x11) + offset_Y; // reading Y clears the interrupt
|
/external/kernel-headers/original/asm-arm/arch/ |
fpga.h | 4 * Interrupt handler for OMAP-1510 FPGA 101 /* Interrupt status */ 105 /* Interrupt mask */
|
/external/kernel-headers/original/linux/ |
relay.h | 186 * if you might be logging from interrupt context. Try 188 * interrupt context. 215 * relay_write() if you might be logging from interrupt
|
/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:
|
/prebuilt/linux-x86/toolchain/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. */
|
/bionic/libc/include/sys/ |
_sigdefs.h | 39 __BIONIC_SIGDEF(INT,2,"Interrupt")
|