您要查找的是不是:
- software interrupt handler 软件中断处理程序
- Unable to register interrupt Handler. 无法注册中断处理程序。
- Interrupt handler Code that the processor jumps to on receipt of an interrupt request. 使处理器跳转到中断请求接收的编码。
- The interrupt handler is part of the orinoco module and interacts with the Linux networking stack. 中断处理程序是orinoco模块的一部分,并与Linux网络栈交互。
- Usually a thread waits on a semaphore that is signaled asynchronously by an interrupt handler. 通常情况下线程等待一个由中断服务发出异步信号的信号量。
- If an interrupt comes in from an I/O device, the kernel effectively stops the current task, runs the interrupt handler, and then returns to the current task. 当I/O设备上有中断输入时,内核马上停止处理当前的任务,转向处理当前的输入,然后返回运行当前的任务。
- VAX/ VMS interrupt service routine that is activated by a software interrupt at a fork interrupt priority level ( IPL). VMS的一种中断服务子程序,在分叉中断优先级(PL)软件中断激活。
- A VAX/ VMS interrupt service routine that is activated by a software interrupt at a fork interrupt priority level( IPL). VAX/VMS的一种中断服务子程序,在分叉中断优先级(PL)软件中断激活。
- The pointer to a row can contain some value which causes a hardware or software interrupt in case the row is not in memory. 指示行的指示字还包含一个值,当相应行不在存贮器中时,它引起硬设备或软设备中断。
- When mutual exclusion with interrupt handlers is required. 当需要与中断服务程序互斥时。
- In computing, an interrupt request by a peripheral unit, as opposed to a software interrupt written into a computer program. 在计算机系统中,由外部设备引起的一种中断请求,它与编写在计算机程序中的软件中断不同。
- Make use of the technology of the DSP/BIOS host channels,data IO pipe,software interrupt,we implement the MUSICAM algorithm base on DSP/BIOS. 利用DSP/BIOS技术的主机通道,数据输入输出管道,软件中断等线程来实现了基于DSP/BIOS的MUSIC AM算法的实现。
- Interrupt-driven models. Used in real-time systems where interrupts are detected by an interrupt handler and passed to some other component for processing. 中断驱动模型。用于实时系统中。
- Software interrupts are triggered by application or other programs. 软件中断是由应用或者其他程序触发的。
- Structure used to save the content of the processor's registers at the moment the interrupt interrupted the current process. It is normally not used by the interrupt handler. 该结构用于在中断正中断了当前进程时,用于保存当前处理器的寄存器内容。通常它不被中断句柄所使用。
- Structure of an Interrupt Handler 中断处理程序的数据结构
- The result shows that by using software interrupt mode, this system insures the software modularization as well as enhances the universal property of the TCPB(terminal control processor board) board and thus saves the interrupt resources. 分析结果表明:该系统利用软件中断方式既保证了软件的模化特性,又增强了TCPB(终端控制板)的通用性,节省了中断资源。
- This feature is used by most interrupt handlers, because it allows them to process IRQs of the same type serially. 这样特性用在很多中断处理函数,因为它容许串行地处理同一类型的IRQ。
- When processing the DRV_DISABLE message, the driver places any hardware in an inactive state, which may include the removal of interrupt handlers. 当处理DRV_DISABLE消息时,驱动程序会把任何硬件都置于非活动状态,也可能会移出中断处理例程。
- Exports statistics about the software interrupts used by the networking code. See Chapter 12. 用于暴露一些用于网络代码的软中断。参见第12章。