/external/chromium_org/third_party/tcmalloc/vendor/src/ |
profiler.cc | 110 // lock_, read and executed in the context of SIGPROF interrupt. 118 // Sets up a callback to receive SIGPROF interrupt. 121 // Disables receiving SIGPROF interrupt.
|
profile-handler.cc | 66 // Callback function to be invoked on receiving a profile timer interrupt. 134 // SIGPROF/SIGALRM interrupt frequency, read-only after construction. 200 // Sets the timer interrupt signal handler. 203 // Disables (ignores) the timer interrupt signal.
|
/external/grub/netboot/ |
3c509.h | 263 * 6: Interrupt Requested. 269 * 0: Interrupt Latch. 319 * 6: Interrupt on successful transmission requested.
|
/external/kernel-headers/original/linux/ |
lockdep.h | 166 * The lock-stack is unified in that the lock chains of interrupt 168 * the hashes by starting with 0 if we cross into an interrupt 176 * interrupt context:
|
/external/libusb/libusb/ |
sync.c | 264 * Perform a USB interrupt transfer. The direction of the transfer is inferred 267 * For interrupt reads, the <tt>length</tt> field indicates the maximum length 272 * You should also check the <tt>transferred</tt> parameter for interrupt
|
/external/qemu/distrib/sdl-1.2.15/src/audio/macrom/ |
SDL_romaudio.c | 159 /* Did we miss the chance to mix in an interrupt? Do it now. */ 162 * Note that this could be a problem if you missed an interrupt 164 * interrupt here, but that means you locked for way too long anyhow.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
emu10k1.h | 35 #include <linux/interrupt.h> 78 #define IPR 0x08 /* Global interrupt pending register */ 82 to interrupt */ 83 #define IPR_GPIOMSG 0x20000000 /* GPIO message interrupt (RE'd, still not sure 95 #define IPR_FORCEINT 0x00400000 /* Force Sound Blaster interrupt */ 111 #define IPR_CHANNELLOOP 0x00000040 /* Channel (half) loop interrupt(s) pending */ 118 #define INTE 0x0c /* Interrupt enable register */ 298 #define TIMER_RATE_MASK 0x000003ff /* Timer interrupt rate in sample periods */ 311 #define IPR2 0x28 /* P16V interrupt pending register */ 319 #define INTE2 0x2c /* P16V Interrupt enable register. * 1287 void (*interrupt)(struct snd_emu10k1 *emu, struct snd_emu10k1_voice *pvoice); member in struct:snd_emu10k1_voice 1423 void (*interrupt)(struct snd_emu10k1 *emu, unsigned int status); member in struct:snd_emu10k1_midi [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
emu10k1.h | 35 #include <linux/interrupt.h> 78 #define IPR 0x08 /* Global interrupt pending register */ 82 to interrupt */ 83 #define IPR_GPIOMSG 0x20000000 /* GPIO message interrupt (RE'd, still not sure 95 #define IPR_FORCEINT 0x00400000 /* Force Sound Blaster interrupt */ 111 #define IPR_CHANNELLOOP 0x00000040 /* Channel (half) loop interrupt(s) pending */ 118 #define INTE 0x0c /* Interrupt enable register */ 298 #define TIMER_RATE_MASK 0x000003ff /* Timer interrupt rate in sample periods */ 311 #define IPR2 0x28 /* P16V interrupt pending register */ 319 #define INTE2 0x2c /* P16V Interrupt enable register. * 1287 void (*interrupt)(struct snd_emu10k1 *emu, struct snd_emu10k1_voice *pvoice); member in struct:snd_emu10k1_voice 1423 void (*interrupt)(struct snd_emu10k1 *emu, unsigned int status); member in struct:snd_emu10k1_midi [all...] |
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
ReentrantReadWriteLock.java | 704 * {@linkplain Thread#interrupt interrupted}. 717 * <li>Some other thread {@linkplain Thread#interrupt interrupts} 728 * <li>is {@linkplain Thread#interrupt interrupted} while 738 * the interrupt over normal or reentrant acquisition of the 777 * current thread has not been {@linkplain Thread#interrupt 804 * <li>Some other thread {@linkplain Thread#interrupt interrupts} 820 * <li>is {@linkplain Thread#interrupt interrupted} while 832 * the interrupt over normal or reentrant acquisition of the [all...] |
/art/test/079-phantom/src/ |
Bitmap.java | 150 interrupt(); method
|
/bionic/libc/include/sys/ |
_sigdefs.h | 39 __BIONIC_SIGDEF(INT,2,"Interrupt")
|
/bionic/libc/kernel/common/linux/mmc/ |
mmc.h | 22 #include <linux/interrupt.h>
|
/dalvik/tests/079-phantom/src/ |
Bitmap.java | 150 interrupt(); method
|
/development/ndk/platforms/android-3/include/linux/mtd/ |
cfi.h | 17 #include <linux/interrupt.h>
|
/development/ndk/platforms/android-9/arch-mips/include/sys/ |
_sigdefs.h | 39 __BIONIC_SIGDEF(INT,2,"Interrupt")
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
PhotoManager.java | 337 // if the Thread exists, post an interrupt to it 339 thread.interrupt(); 364 // If the Thread exists, posts an interrupt to it 366 thread.interrupt();
|
/device/samsung/manta/libsensors/iio/ |
events.h | 23 * the interrupt handler)
|
/external/arduino/hardware/arduino/cores/arduino/ |
wiring_pulse.c | 67 // the interrupt handlers.
|
/external/bluetooth/bluedroid/stack/include/ |
hidh_api.h | 56 HID_HDEV_EVT_OPEN Connected to device with Interrupt and Control Channels in OPEN state.
|
/external/chromium_org/build/android/pylib/perf/ |
thermal_throttle.py | 45 return 'exynos_tmu: Throttling interrupt' in log_line
|
/external/chromium_org/chrome/browser/renderer_host/ |
chrome_resource_dispatcher_host_delegate.h | 114 // This is a best-effort attempt, and does not interrupt the request if the
|
/external/chromium_org/content/browser/download/ |
download_file.h | 44 // on success, or a network download interrupt reason on failure.
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
DatabaseBackendBase.h | 73 void interrupt();
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
ir_basic_block.cpp | 84 /* A function definition doesn't interrupt our basic block
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
profile-handler.cc | 66 // Callback function to be invoked on receiving a profile timer interrupt. 134 // SIGPROF/SIGALRM interrupt frequency, read-only after construction. 200 // Sets the timer interrupt signal handler. 203 // Disables (ignores) the timer interrupt signal.
|