Just because a task is cancelable does not mean it needs to respond to an interrupt request immediately. 仅仅因为一个任务是可取消的,并不意味着需要立即对中断请求(IRQ)作出响应。
Collects all attention events, such as client interrupt request or when a client connection is broken. 收集如客户端中断请求(IRQ)或当客户端连接中断时的所有关注事件。
Code that the processor jumps to on receipt of an interrupt request. 使处理器跳转到中断请求(IRQ)接收的编码。
If the task were to swallow the interrupt request, the worker thread might not learn that an interrupt was requested, which could delay the application or service shutdown. 如果任务生吞中断请求(IRQ),则worker线程将不知道有一个被请求的中断,从而耽误应用程序或服务的关闭。
You 'll also find variants of reader / writer spinlocks for bottom halves and interrupt request ( IRQ ) saving depending on the situation for which you require the lock. 根据对锁的需求,还针对bottomhalf和中断请求(IRQ)(IRQ)对读/写自旋锁进行了修改。