OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:interrupt
(Results
651 - 675
of
1559
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/qemu/distrib/sdl-1.2.15/docs/html/
guideeventexamples.html
126
/* Clean up on exit, exit on window close and
interrupt
*/
sdlseteventfilter.html
149
If the quit event is generated by an
interrupt
signal, it will bypass the
/external/qemu/distrib/sdl-1.2.15/src/audio/mint/
SDL_mintaudio.c
25
Audio
interrupt
variables and callback function
/external/qemu/distrib/sdl-1.2.15/src/timer/unix/
SDL_systimer.c
120
/* Calculate the time interval left (in case of
interrupt
) */
/external/qemu/hw/
arm_boot.c
29
/* Entry point for secondary CPUs. Enable
interrupt
controller and
ne2000.c
47
#define EN0_ISR 0x07 /*
Interrupt
status reg RD WR */
62
#define EN0_IMR 0x0f /*
Interrupt
mask reg WR */
88
/* Bits in EN0_ISR -
Interrupt
status register */
817
pci_conf[0x3d] = 1; //
interrupt
pin 0
/external/skia/src/gpu/
GrTexture.cpp
25
* This method allows us to
interrupt
the normal deletion process and place
/external/strace/
strace.1
150
--- SIGINT (
Interrupt
) ---
539
at any time by a keyboard
interrupt
signal (\c
666
This signal may
interrupt
a system call that is not restartable.
688
may be left running after an
interrupt
signal (\c
/external/valgrind/main/gdbserver_tests/
sleepers.c
38
// one single line for the below, to ensure
interrupt
on this line.
/external/valgrind/main/none/tests/x86/
bug152818-x86.c
14
*
interrupt
handler).
/frameworks/base/core/java/android/hardware/usb/
UsbConstants.java
78
*
Interrupt
endpoint type
/frameworks/base/core/java/com/android/internal/os/
TransferPipe.java
145
mThread.
interrupt
();
/frameworks/base/docs/html/training/multiple-threads/
define-runnable.jd
103
* can
interrupt
the Thread.
/frameworks/base/services/tests/servicestests/src/com/android/server/
MockAccessibilityService.java
92
throw new IllegalStateException("Expected call to #
interrupt
() not received");
/frameworks/compile/mclinker/lib/LD/
TextDiagnosticPrinter.cpp
122
// If we reached here, we are failing ungracefully. Run the
interrupt
handlers
/frameworks/volley/src/com/android/volley/
CacheDispatcher.java
76
interrupt
();
method
NetworkDispatcher.java
70
interrupt
();
method
/hardware/invensense/60xx/mlsdk/mllite/
mldl.h
87
/*---- defines for external
interrupt
status (via external call into library) ----*/
mlstates.c
171
* @param func Function to be called when a DMP
interrupt
occurs.
/hardware/qcom/msm8960/kernel-headers/linux/mfd/wcd9xxx/
core.h
21
#include <linux/
interrupt
.h>
/libcore/libart/src/main/java/java/lang/
ThreadGroup.java
410
* @see Thread#
interrupt
412
public final void
interrupt
() {
method in class:ThreadGroup
415
thread.
interrupt
();
420
group.
interrupt
();
/libcore/libdvm/src/main/java/java/lang/
ThreadGroup.java
410
* @see Thread#
interrupt
412
public final void
interrupt
() {
method in class:ThreadGroup
415
thread.
interrupt
();
420
group.
interrupt
();
/libcore/luni/src/main/java/java/nio/channels/
ServerSocketChannel.java
102
* operation is in progress. The
interrupt
state of the calling
/libcore/luni/src/test/java/libcore/java/io/
InterruptedStreamTest.java
201
toInterrupt.
interrupt
();
/libcore/luni/src/test/java/libcore/java/lang/
OldObjectTest.java
160
thr1.
interrupt
();
Completed in 2077 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>