/external/kernel-headers/original/linux/ |
pci.h | 128 u8 pin; /* which interrupt pin this device uses */ 151 * Instead of touching interrupt line and base address registers
|
/external/openssl/crypto/ui/ |
ui_lib.c | 513 case -1: /* Interrupt/Cancel/something... */ 531 case -1: /* Interrupt/Cancel/something... */
|
/external/qemu/hw/ |
apic.c | 77 uint32_t irr[8]; /* interrupt request register */ 917 * time typically by BIOS, so PIC interrupt can be delivered to the
|
mc146818rtc.c | 90 * mode is established while interrupt is raised. We want it to 429 /* update ended interrupt */
|
/external/qemu/target-arm/ |
helper.c | 841 /* TODO: Vectored interrupt controller. */ 854 /* Check for semihosting interrupt. */ [all...] |
/external/strace/ |
strace.spec | 131 - fix spurious SIGSTOP on early interrupt (#240986) 189 - Fix errors detaching from multithreaded process on interrupt (#161919).
|
strace.c | 127 static void interrupt(int sig); 468 ? "Process %u attached with %u threads - interrupt to quit\n" 469 : "Process %u attached - interrupt to quit\n", 499 "Process %u attached - interrupt to quit\n", 1032 sa.sa_handler = interrupt; 1814 interrupt(sig) function [all...] |
/external/v8/src/ |
code-stubs.h | 58 V(Interrupt) \ 308 Major MajorKey() { return Interrupt; } [all...] |
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
AbstractQueuedSynchronizer.java | 386 * CANCELLED: This node is cancelled due to timeout or interrupt. 801 * Convenience method to interrupt current thread. 804 Thread.currentThread().interrupt(); [all...] |
/packages/apps/Exchange/src/com/android/exchange/ |
ExchangeService.java | 482 // Interrupt the thread so that it can stop 486 thread.interrupt();
|
/packages/apps/Exchange/src/com/android/exchange/service/ |
EasServerConnection.java | 448 * If called while this object is executing a POST, interrupt it with an {@link IOException}. 461 LogUtils.i(TAG, "%s with reason %d", (isMidPost ? "Interrupt" : "Stop next"), reason);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
cs46xx_dsp_scb_types.h | 226 interrupt. The host must clear this dword after reading it 229 spurious_int_flag, /* (Host & SP) Nature of the spurious interrupt */
|
gus.h | 169 /* constants for interrupt handlers */ 362 /* interrupt handlers */
|
pcm.h | 266 snd_pcm_uframes_t hw_ptr_interrupt; /* Position at interrupt time*/ 320 /* -- interrupt callbacks -- */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
cs46xx_dsp_scb_types.h | 226 interrupt. The host must clear this dword after reading it 229 spurious_int_flag, /* (Host & SP) Nature of the spurious interrupt */
|
gus.h | 169 /* constants for interrupt handlers */ 362 /* interrupt handlers */
|
pcm.h | 266 snd_pcm_uframes_t hw_ptr_interrupt; /* Position at interrupt time*/ 320 /* -- interrupt callbacks -- */ [all...] |
/external/guava/guava/src/com/google/common/util/concurrent/ |
Futures.java | [all...] |
/frameworks/av/media/libmedia/ |
AudioTrack.cpp | 152 mProxy->interrupt(); 411 mProxy->interrupt(); 462 mProxy->interrupt(); 517 mProxy->interrupt(); 533 mProxy->interrupt(); [all...] |
/packages/apps/Email/emailsync/src/com/android/emailsync/ |
SyncManager.java | [all...] |
/external/mdnsresponder/mDNSShared/ |
DebugServices.h | [all...] |
/external/qemu-pc-bios/bochs/bios/ |
rombios.c | 55 // $fef3 ; Initial Interrupt Vector Offsets Loaded by POST 56 // $ff53 ; IRET Instruction for Dummy Interrupt Handler 614 // for access to RAM area which is used by interrupt vectors [all...] |
/dalvik/vm/ |
Sync.cpp | 594 * Wait on a monitor until timeout, interrupt, or notification. Used for 597 * If another thread calls Thread.interrupt(), we throw InterruptedException [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
DatagramSocketTest.java | 587 fail("received interrupt"); 744 pThread.interrupt(); 747 pThread.interrupt(); [all...] |
/external/mksh/src/ |
jobs.c | 188 * an interrupt handler, so need a distinct shf) 1254 /* this runs inside interrupt context, with errno saved */ [all...] |