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

<<11121314151617181920>>

  /external/oprofile/module/ia64/
op_pmu.c 154 /* enable interrupt generation */
322 * on an interrupt. This allows interrupt service routines to
  /libcore/luni/src/main/java/java/util/concurrent/
ExecutorService.java 97 * // Preserve interrupt status
98 * Thread.currentThread().interrupt();
136 * implementations will cancel via {@link Thread#interrupt}, so any
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 98 mThread.interrupt();
551 public void interrupt() { method in class:BluetoothOppObexClientSession.ClientThread
552 super.interrupt();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
signal.h 345 /* If INTERRUPT is nonzero, make signal SIG interrupt system calls
346 (causing them to fail with EINTR); if INTERRUPT is zero, make system
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
signal.h 345 /* If INTERRUPT is nonzero, make signal SIG interrupt system calls
346 (causing them to fail with EINTR); if INTERRUPT is zero, make system
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
signal.h 345 /* If INTERRUPT is nonzero, make signal SIG interrupt system calls
346 (causing them to fail with EINTR); if INTERRUPT is zero, make system
  /external/kernel-headers/original/asm-mips/sn/sn0/
hubio.h 55 #define IIO_BTE_INT_0 IIO_IBIA_0 /* Also BTE interrupt 0 */
100 #define IIO_IIDSR 0x400138 /* Interrupt destination */
104 /* IO Interrupt Destination Register */
751 #define IIO_IBIA_0 0x410028 /* BTE interrupt address 0 */
759 #define IIO_IBIA_1 0x420028 /* BTE interrupt address 1 */
938 * IO BTE Interrupt Address Register (IBIA) register bit field definitions
  /external/kernel-headers/original/linux/usb/
ch9.h 480 * usb_endpoint_xfer_int - check if the endpoint has interrupt transfer type
483 * Returns true if the endpoint is of type interrupt, otherwise it returns
534 * usb_endpoint_is_int_in - check if the endpoint is interrupt IN
537 * Returns true if the endpoint has interrupt transfer type and IN direction,
547 * usb_endpoint_is_int_out - check if the endpoint is interrupt OUT
550 * Returns true if the endpoint has interrupt transfer type and OUT direction,
  /external/qemu/
cpu-exec.c 229 * i.e. non-PG mode. For MMIO cases, the pending interrupt should not
529 /* ARMv7-M interrupt return works by loading a magic value
535 the stack if an interrupt occurred at the wrong time.
579 /* Real hardware gets the interrupt vector via an
582 provide/save the vector when the interrupt is
654 starting execution if there is a pending interrupt. */
    [all...]
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnService.java 58 mThread.interrupt();
76 mThread.interrupt();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
PipedInputStreamTest.java 90 t.interrupt();
396 t.interrupt();
  /external/arduino/hardware/arduino/cores/arduino/
wiring.c 201 // enable timer 0 overflow interrupt
207 #error Timer 0 overflow interrupt not set correctly
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractServiceTest.java 106 currentThread().interrupt();
116 Thread.interrupted(); // clear interrupt for future tests
FuturesTest.java 85 * Clear interrupt for future tests.
    [all...]
  /external/jpeg/
jmemdosa.asm 230 mov ax,4300h ; call multiplex interrupt with
310 mov ax,3567h ; get interrupt vector 67h
  /external/kernel-headers/original/linux/
fd.h 140 unsigned long timeout; /* timeout for interrupt requests */
325 #define FD_RAW_INTR 8 /* wait for an interrupt */
rcupdate.h 200 * disabling softirqs. Read-side critical sections in interrupt context
260 * hardware-interrupt handlers, in progress on entry will have completed
  /external/libusb-compat/
ChangeLog 232 fix timeout handling for bulk/interrupt IO
268 bulk and interrupt I/O
  /external/netperf/
netcpu_ntperf.c 413 fprintf(where, "Interrupt %5.2f",
426 fprintf(where, "Interrupt/Sec. %5.1f",
  /external/qemu/distrib/jpeg-6b/
jmemdosa.asm 230 mov ax,4300h ; call multiplex interrupt with
310 mov ax,3567h ; get interrupt vector 67h
  /external/qemu/distrib/sdl-1.2.15/src/audio/mint/
SDL_mintaudio_gsxb.c 181 /* Uninstall interrupt */
365 /* Install interrupt */
  /frameworks/base/core/java/android/content/
AbstractThreadedSyncAdapter.java 317 syncThread.interrupt();
331 thread.interrupt();
  /frameworks/base/media/tests/SoundPoolTest/src/com/android/
SoundPoolTest.java 372 if (DEBUG) Log.d(LOG_TAG, "interrupt");
373 interrupt(); method
  /frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
VariableSpeed.java 161 // Preserve the interrupt status, though this is unexpected.
162 Thread.currentThread().interrupt();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fd.h 139 unsigned long timeout; /* timeout for interrupt requests */
324 #define FD_RAW_INTR 8 /* wait for an interrupt */

Completed in 1058 milliseconds

<<11121314151617181920>>