Interrupt Service Thread的意思|示意
中断服务线程
Interrupt Service Thread的网络常见释义
中断服务线程 中断服务线程(Interrupt Service Thread,IST),是一个用户级的服务程序,也是 二级中断服务代码。
线程 (4)内核收到 ISR 的返回值,根据这个返回值知道是什么 中断,从而触发与其对应的中断处理线程(Interrupt Service Thread, IST)。
Interrupt Service Thread相关例句
Source code for a monolithic driver consists of both interrupt service thread code and platform specific code.
单体驱动的源代码由中断服务线程和平台相关的代码组成。
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.
如果任务生吞中断请求,则worker线程将不知道有一个被请求的中断,从而耽误应用程序或服务的关闭。