kernel thread
常见例句
- The first one is similar to the kernel thread mentioned in the previous strategies except that it will not raise the interrupt.
第一个内核线程与在上一个策略中介绍的内核线程非常类似,区别在于它并不会触发中断。 - After populating the mailbox, DeferredDivision sleeps — note that it isn't the Kernel thread that is sleeping, it's the lightweight Kilim-managed thread.
填充 mailbox 后,DeferredDivision 进入休眠状态 —— 注意,与处于休眠状态的内核线程不同,它是由 Kilim 托管的轻量型线程。 - This enables a 1:1 threading model without limitations on the number of threads being created (since a new kernel thread is created for every user thread).
这样就可以实现一个不受创建的线程数限制的1:1线程模型(因为每一个新的内核线程都是为一个用户线程而创建)。 返回 kernel thread