kernel preemption
基本解释
- [计算机科学技术]内核抢占
英汉例句
- The kernel preemption case is handled by the spinlock code itself.
内核的抢占机制被它自己操作自旋锁的代码所控制。 - Certain critical sections of the kernel code are locked against preemption.
可以锁定内核代码的关键部分,不允许抢占。 - The kernel preemption patch has been merged into the 2.5 series and subsequently will make it into 2.6.
内核抢占补丁在2.5系列中就已经被打上,接下来在2.6中也会打。
双语例句
专业释义
- 内核抢占
In Chapter 2, we focus on the kernel preemption strategy and scheduling algorithms. For the kernel preemption, we will examine two improved schemes and patches, with emphasis on the analysis of the inserting-preemption-point scheme.
接着本文从Linux的内核抢占和调度机制上进行了重点分析和研究:在内核抢占方面,分析了改进可抢占性的两种方案及补丁,其中重点分析了插入抢占点的方案;在调度机制方面,分析了Linux2.4.18的进程调度部分,讨论了两种经典实时调度算法。