I need to write an interrupt handler to 1) stop the execution of the interrupted thread (so it should be descheduled after the interrupt exits) and 2) send it a signal. Is that possible, and if so, how can I do this?
Thanks!