kernel preemption的意思|示意
内核抢占
kernel preemption的网络常见释义
内核抢占 以上的代码中, 因为有了内核抢占( kernel preemption),你可以在任何地方进行抢占。当重新调度时,你可能在使用另外一个cpu并且'cpu'的值不再指向当前的cpu了。
kernel preemption相关短语
1、 Kernel Preemption Time 内核抢占时间
2、 Voluntary Kernel Preemption 自动式内核抢先
kernel preemption相关例句
So FPU code must always be locked against kernel preemption.
所以FPU代码必须始终被锁定,以防止内核抢占。
The kernel preemption case is handled by the spinlock code itself.
内核的抢占机制被它自己操作自旋锁的代码所控制。
Codezero's scheduler includes kernel preemption for both guest threads and microkernel threads (in addition to time slices for preemption).
Codezero的调度器包含针对来宾线程和微核线程的内核优先(以及用于优先的时间片)。
Certain critical sections of the kernel code are locked against preemption.
可以锁定内核代码的关键部分,不允许抢占。