/system/core/sh/ |
error.h | 76 * These macros allow the user to suspend the handling of interrupt signals
|
mkinit.sh | 176 echo " * This routine is called when an error or an interrupt occurs in an"
|
/external/qemu/ |
cpu-exec.c | 506 /* ARMv7-M interrupt return works by loading a magic value 512 the stack if an interrupt occurred at the wrong time. 556 /* Real hardware gets the interrupt vector via an 559 provide/save the vector when the interrupt is 631 starting execution if there is a pending interrupt. */ [all...] |
/libcore/luni/src/main/java/java/nio/channels/ |
FileChannel.java | 372 * interrupt state set, and the channel will be closed. 641 * operation is in progress. The interrupt state of the calling 679 * operation is in progress. The interrupt state of the calling 706 * operation is in progress. The interrupt state of the calling [all...] |
/external/oprofile/doc/ |
oprofile.xml | 32 all parts of a running system, from the kernel (including modules and interrupt handlers) to shared libraries 53 <listitem><para>need to profile interrupt handlers</para></listitem> [all...] |
/external/chromium/base/ |
time_win.cc | 297 // in the worst case, it gets the counter from the rollover interrupt on the 298 // programmable interrupt timer. In best cases, the HAL may conclude that the
|
/external/chromium/chrome/browser/sync/glue/ |
data_type_manager_impl2_unittest.cc | 330 // Save the callback here so we can interrupt startup. 402 // Save the callback here so we can interrupt startup.
|
/external/llvm/lib/Support/Windows/ |
Signals.inc | 461 // If an interrupt function has been set, go and run one it; otherwise, 467 // Note: if the interrupt function throws an exception, there is nothing
|
/external/openssl/apps/ |
dsaparam.c | 93 * -timebomb n - interrupt keygen after <n> seconds 232 BIO_printf(bio_err," -timebomb n interrupt keygen after <n> seconds\n");
|
/external/oprofile/events/x86-64/family11h/ |
events | 95 event:0xce counters:0,1,2,3 um:zero minimum:500 name:INTERRUPTS_MASKED_CYCLES_WITH_INTERRUPT_PENDING : Cycles with interrupts masked while interrupt pending 129 event:0x1ea counters:0,1,2,3 um:interrupt_events minimum:500 name:INTERRUPT_EVENTS : Interrupt Events
|
/external/qemu/hw/ |
usb-hub.c | 106 /* XXX: patch interrupt size */ 149 0x03, /* u8 ep_bmAttributes; Interrupt */
|
/external/tcpdump/ |
decnet.h | 270 #define MFS_INT 040 /* interrupt message */ 300 #define LSI_INTR 4 /* interrupt request count */
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
TransferQueue.cpp | 200 void TransferQueue::interruptTransferQueue(bool interrupt) 203 m_interruptedByRemovingOp = interrupt;
|
/external/webkit/Source/WebCore/storage/ |
AbstractDatabase.cpp | 484 void AbstractDatabase::interrupt() function in class:WebCore::AbstractDatabase 486 m_sqliteDatabase.interrupt();
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebVideoFullscreenController.mm | 546 // interrupt the running animation, and queue the next one. 556 // Interrupt any running animation.
|
/frameworks/base/docs/html/resources/articles/ |
tts.jd | 133 manage its own queue in order to control which utterance will interrupt the 135 request would interrupt whatever was currently being synthesized: the queue is
|
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
AbstractQueuedLongSynchronizer.java | 155 * CANCELLED: This node is cancelled due to timeout or interrupt. 570 * Convenience method to interrupt current thread. 573 Thread.currentThread().interrupt(); [all...] |
/bionic/libc/include/sys/ |
ioctl_compat.h | 46 char t_intrc; /* interrupt */
|
/bootable/bootloader/legacy/usbloader/ |
main.c | 245 /* we're running as a second-stage, so wait for interrupt */
|
/development/ndk/platforms/android-3/include/sys/ |
ioctl_compat.h | 46 char t_intrc; /* interrupt */
|
/device/google/accessory/arduino/USB_Host_Shield/ |
ch9.h | 91 #define USB_TRANSFER_TYPE_INTERRUPT 0x03 // Endpoint is an interrupt endpoint.
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_Exec.java | 283 Thread.currentThread().interrupt();
|
/external/apache-http/src/org/apache/http/conn/ |
OperatedClientConnection.java | 113 * will interrupt a thread that is blocked on the connect.
|
/external/apache-http/src/org/apache/http/impl/conn/ |
DefaultClientConnection.java | 138 * That will interrupt a thread that is blocked on connecting
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
warnings.sgml | 228 this is implemented as a soft interrupt and on other architectures it raises
|