Top "Interrupt" questions

Use for questions related to interrupt signals and interrupt handling.

Can breakpoints be used in ISRs?

Can breakpoints be used in interrupt service routines (ISRs)?

debugging breakpoints interrupt isr
Can I use executorservice to kill a specific thread if it's been running for too long?

So far in my experiments with the executorservice I've had a lot of advice that involves using future.get, and …

java multithreading interrupt executor
STM8 interrupt serial receive

I am new to STM8, and trying to use a STM8S103F3, using IAR Embedded Workbench. Using C, I …

c embedded interrupt iar stm8
Why use Thread.currentThread().isInterrupted() instead of Thread.interrupted() when implementing Runnable?

On stackoverflow, I often see the use of Thread.currentThread().isInterrupted(). When implementing Runnable and using it in a while …

java multithreading interrupt runnable
Python - Handle CTRL+D with 'import signal'

I can currently handle CTRL+C via: def hand_inter(signum, frame): print 'hey, nice job.' signal.signal(signal.…

python exception-handling signals interrupt signal-handling
Disabling all interrupts to protect CPU register state on multi processor systems

I need to ensure in a code portion (in kernel mode) that no one else can modify/check the CR0 …

linux-kernel multicore interrupt spinlock
How does MSI interrupt work in linux driver?

Currently working on a PCI device driver. And the device is programmed like this: When a DMA transmission is done, …

linux linux-device-driver interrupt dma pci
How to interrupt a waiting C++0x thread?

I'm considering to use C++0x threads in my application instead of Boost threads. However, I'm not sure how to …

c++ multithreading c++11 interrupt
tickless kernel , isolcpus,nohz_full,and rcu_nocbs

I have add "isolcpus=3 nohz_full=3 rcu_nocbs=3" in grub.conf in RedHat 7.1 , kernel: linux 3.10.0-229 kernel and according to …

linux linux-kernel interrupt
8051 external interrupt

how to enable external interrupt of 8051?

c interrupt 8051