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的進程調度部分,討論了兩種經典實時調度算法。