kernel preemption
基本解釋
- [計(jì)算機(jī)科學(xué)技術(shù)]內(nèi)核搶佔(zhàn)
英漢例句
- The kernel preemption case is handled by the spinlock code itself.
內(nèi)核的搶佔(zhàn)機(jī)制被它自己操作自鏇鎖的代碼所控制。 - Certain critical sections of the kernel code are locked against preemption.
可以鎖定內(nèi)核代碼的關(guān)鍵部分,不允許搶佔(zhàn)。 - The kernel preemption patch has been merged into the 2.5 series and subsequently will make it into 2.6.
內(nèi)核搶佔(zhàn)補(bǔ)丁在2.5系列中就已經(jīng)被打上,接下來(lái)在2.6中也會(huì)打。
雙語(yǔ)例句
詞組短語(yǔ)
- Kernel Preemption Time 內(nèi)核搶佔(zhàn)時(shí)間
- Voluntary Kernel Preemption 自動(dòng)式內(nèi)核搶先
短語(yǔ)
專業(yè)釋義
- 內(nèi)核搶佔(zhàn)
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的內(nèi)核搶佔(zhàn)和調(diào)度機(jī)制上進(jìn)行了重點(diǎn)分析和研究:在內(nèi)核搶佔(zhàn)方麪,分析了改進(jìn)可搶佔(zhàn)性的兩種方案及補(bǔ)丁,其中重點(diǎn)分析了插入搶佔(zhàn)點(diǎn)的方案;在調(diào)度機(jī)制方麪,分析了Linux2.4.18的進(jìn)程調(diào)度部分,討論了兩種經(jīng)典實(shí)時(shí)調(diào)度算法。