interrupt handling
转而处理这个事件
常用释义
英式发音
美式发音
基本释义
- 中断处理:计算机系统中,当某个事件需要立即处理时,处理器会暂停当前正在执行的任务,转而处理这个事件,这种机制被称为中断处理。
例句
-
1·It ensures mutual exclusion among threads but also interrupt handling code.可以保证线程与中断服务代码的互斥。
-
2·I would suggest putting in logs in the interrupt handling logic to debug issues.我建议把在日志中的中断处理逻辑调试的问题。
-
3·A bottom half is a way to defer work from interrupt handling to be done later in a device driver.bottom half方法可以将设备驱动程序中的工作延迟到中断处理后执行。
-
4·Advanced interrupt handling refers to the use of level sensitive interrupts to handle system requests.先进中断处理指使用铺平敏感中断处理系统请求。
-
5·Finally, it gives out the initial program, transmit data, receive data and interrupt handling programs.并给出了CAN的初始化、收发数据及中断处理过程的基本c程序。
-
6·Interrupt HandlingThe kernel's interrupt handling code is almost all microprocessor (and often platform) specific.中断处理核心的中断处理代码总是与微处理器结构相关。
-
7·Wait queues have several USES in the kernel, particularly for interrupt handling, process synchronization, and timing.等待队列在内核中有很多用途,尤其适合用于中断处理、进程同步及定时。
-
8·Of course, there are many caveats to that, particularly regarding interrupt handling, but I'll leave the description there.当然,有很多警告,特别是关于中断处理,但我会离开那里的描述。
-
9·Various operations are disclosed for improving the operational efficiency of interrupt handling in a virtualized environment.公开了用于提高虚拟化环境中的中断处理的操作效率的各种操作。
-
10·An interrupt handling scheme has been presented and achieved also. At last the design of the interruption program is introduced through examples.文中还详细叙述了一种中断管理方法,并用实例介绍了中断程序的设计特点。