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

12 3 4 5 6 7 8 91011>>

  /external/guava/guava/src/com/google/common/util/concurrent/
Uninterruptibles.java 63 Thread.currentThread().interrupt();
91 Thread.currentThread().interrupt();
112 Thread.currentThread().interrupt();
139 Thread.currentThread().interrupt();
172 Thread.currentThread().interrupt();
201 Thread.currentThread().interrupt();
221 Thread.currentThread().interrupt();
243 Thread.currentThread().interrupt();
270 Thread.currentThread().interrupt();
  /external/kernel-headers/original/asm-arm/arch/
omap24xx.h 13 /* interrupt controller */
irqs.h 21 * NOTE: The interrupt vectors for the OMAP-1509, OMAP-1510, and OMAP-1610
29 * IRQ numbers for interrupt handler 1
60 * OMAP-1510 specific IRQ numbers for interrupt handler 1
72 * OMAP-1610 specific IRQ numbers for interrupt handler 1
84 * OMAP-730 specific IRQ numbers for interrupt handler 1
106 * IRQ numbers for interrupt handler 2
137 * OMAP-1510 specific IRQ numbers for interrupt handler 2
142 * OMAP-1610 specific IRQ numbers for interrupt handler 2
178 * OMAP-730 specific IRQ numbers for interrupt handler 2
  /external/kernel-headers/original/asm-arm/
irq.h 15 * Use this value to indicate lack of interrupt
smp.h 59 * Broadcast a timer interrupt to the other CPUs.
101 * Setup a local timer interrupt for a CPU.
106 * Stop a local timer interrupt.
128 * show local interrupt info
  /external/kernel-headers/original/asm-mips/
txx9irq.h 3 * TX39/TX49 interrupt controller definitions.
  /external/kernel-headers/original/asm-x86/
math_emu.h 10 following a device-not-present interrupt, part of it saved
hw_irq_32.h 26 * Interrupt entry/exit code at both C and assembly level
29 extern void (*interrupt[NR_IRQS])(void);
processor-flags.h 14 #define X86_EFLAGS_IF 0x00000200 /* Interrupt Flag */
22 #define X86_EFLAGS_VIF 0x00080000 /* Virtual Interrupt Flag */
23 #define X86_EFLAGS_VIP 0x00100000 /* Virtual Interrupt Pending */
  /external/kernel-headers/original/linux/
irq.h 28 * Bits 0-16 are reserved for the IRQF_* bits in linux/interrupt.h
66 * struct irq_chip - hardware interrupt chip descriptor
69 * @startup: start up the interrupt (defaults to ->enable if NULL)
70 * @shutdown: shut down the interrupt (defaults to ->disable if NULL)
71 * @enable: enable the interrupt (defaults to chip->unmask if NULL)
72 * @disable: disable the interrupt (defaults to chip->mask if NULL)
73 * @ack: start of a new interrupt
74 * @mask: mask an interrupt source
75 * @mask_ack: ack and mask an interrupt source
76 * @unmask: unmask an interrupt sourc
    [all...]
irqreturn.h 16 * IRQ_HANDLED means that we did have a valid interrupt and handled it.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
kvm.h 12 /* Architectural interrupt line count. */
26 __u8 irr; /* interrupt request register */
27 __u8 imr; /* interrupt mask register */
28 __u8 isr; /* interrupt service register */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
kvm.h 12 /* Architectural interrupt line count. */
26 __u8 irr; /* interrupt request register */
27 __u8 imr; /* interrupt mask register */
28 __u8 isr; /* interrupt service register */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
kvm.h 12 /* Architectural interrupt line count. */
26 __u8 irr; /* interrupt request register */
27 __u8 imr; /* interrupt mask register */
28 __u8 isr; /* interrupt service register */
  /external/kernel-headers/original/asm-mips/sibyte/
bcm1480_int.h 4 * Interrupt Mapper definitions File: bcm1480_int.h
7 * BCM1255/BCM1280/BCM1455/BCM1480's interrupt mapper and
8 * definitions for the interrupt sources.
40 * Interrupt Mapper Constants
44 * The interrupt mapper deals with 128-bit logical registers that are
60 * Interrupt sources (Table 22)
157 * Mask values for each interrupt
255 * Interrupt mappings (Table 18)
258 #define K_BCM1480_INT_MAP_I0 0 /* interrupt pins on processor */
265 #define K_BCM1480_INT_MAP_DINT 7 /* debug interrupt */
    [all...]
  /dalvik/tests/033-class-init-deadlock/src/
Main.java 26 thread1.interrupt();
27 thread2.interrupt();
  /external/qemu/distrib/sdl-1.2.15/src/audio/mint/
SDL_mintaudio_mcsn.h 40 unsigned short pint; /* Interrupt at end of replay */
41 unsigned short rint; /* Interrupt at end of record */
  /external/qemu/target-arm/
exec.h 44 /* An interrupt wakes the CPU even if the I and F CPSR bits are
46 actual interrupt. */
  /libcore/luni/src/main/java/java/nio/channels/
ClosedByInterruptException.java 23 * When the thread is interrupted by a call to {@code interrupt()}, it closes
24 * the channel, sets the interrupt status of the thread to {@code true} and
  /external/dropbear/libtomcrypt/notes/
tech0001.txt 35 long and say a 32-bit joyPad state called "uPad". An example interrupt handler would look like
46 // handle interrupt
57 As mentioned the "yarrow_add_entropy()" function is not thread safe. If your system allows interrupt handlers to be
58 interrupted themselves then you could have trouble. One simple way is to detect when an interrupt is in progress and
69 It is a very good idea that once you call the yarrow_ready() function that you stop harvesting entropy in your interrupt
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
InterruptionUtil.java 40 * Runnable which will interrupt the target thread repeatedly when run.
63 interruptee.interrupt();
85 interruptee.interrupt();
99 interruptingThread.interrupt();
136 Thread.currentThread().interrupt();
  /external/llvm/include/llvm/Support/
Signals.h 24 /// This function runs all the registered interrupt handlers, including the
52 /// program, the specified interrupt function is called instead of the program
53 /// being killed, and the interrupt function automatically disabled. Note
54 /// that interrupt functions are not allowed to call any non-reentrant
55 /// functions. An null interrupt function pointer disables the current
  /external/kernel-headers/original/asm-mips/sn/sn0/
hubpi.h 30 #define PI_IO_PROTECT 0x000010 /* Interrupt Pending Protection */
68 /* Regular Interrupt register checking. */
73 #define PI_INT_MASK0_A 0x0000a8 /* Interrupt Mask 0 for CPU A */
74 #define PI_INT_MASK1_A 0x0000b0 /* Interrupt Mask 1 for CPU A */
75 #define PI_INT_MASK0_B 0x0000b8 /* Interrupt Mask 0 for CPU B */
76 #define PI_INT_MASK1_B 0x0000c0 /* Interrupt Mask 1 for CPU B */
82 #define PI_CC_PEND_SET_A 0x0000c8 /* CC Interrupt Pending Set, CPU A */
83 #define PI_CC_PEND_SET_B 0x0000d0 /* CC Interrupt Pending Set, CPU B */
84 #define PI_CC_PEND_CLR_A 0x0000d8 /* CC Interrupt Pending Clr, CPU A */
85 #define PI_CC_PEND_CLR_B 0x0000e0 /* CC Interrupt Pending Clr, CPU B *
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadTest.java 86 parent.interrupt();
347 firstOne.interrupt();
350 secondOne.interrupt();
368 fail("Unexpected interrupt");
454 * @tests java.lang.Thread#interrupt()
457 // Test for method void java.lang.Thread.interrupt()
475 parent.interrupt();
486 ct = new ChildThread1(Thread.currentThread(), "Interrupt Test1",
495 assertTrue("Failed to Interrupt thread1", interrupted);
499 ct = new ChildThread1(Thread.currentThread(), "Interrupt Test2"
    [all...]
  /external/kernel-headers/original/asm-mips/sgi/
ioc.h 44 volatile u8 istat0; /* Interrupt status zero */
54 volatile u8 imask0; /* Interrupt mask zero */
56 volatile u8 istat1; /* Interrupt status one */
66 volatile u8 imask1; /* Interrupt mask one */
68 volatile u8 vmeistat; /* VME interrupt status */
70 volatile u8 cmeimask0; /* VME interrupt mask zero */
72 volatile u8 cmeimask1; /* VME interrupt mask one */

Completed in 278 milliseconds

12 3 4 5 6 7 8 91011>>