kernel thread的意思
kernel thread中文翻譯:
核心線程
內核線程
kernel───n.核心,要點;[計]內核;仁;麥粒,谷粒;精髓
thread───vi.通過;穿透過;n.線;螺紋;思路;衣服;線狀物;玻璃纖維;路線;vt.穿過;穿線于;使交織
corn kernel───玉米粒
kernel function───[數]核函數
linux kernel───Linux內核
bunted kernel───包子
bobbin thread───底線,梭芯線; 梭心線
screw thread───n.螺紋
apricot kernel───[食品]杏仁;杏核油
Keventd should run to create a new kernel thread.───keventd,創建一個新的內核線程。
Each strategy requires that a kernel thread is run.───每種策略都需要運行一個內核線程。
A kernel thread is a single sequential flow of control.───內核線程是單個順序控制流。
Softirqs were used for time-critical processing (software interrupts) in the kernel thread context.───軟中斷用于在內核線程上下文中處理時間要求嚴格的處理過程(軟件中斷)。
A kernel thread which is the lowest priority thread in the system - it only runs when there is no higher priority thread to run.───內核線程是系統中優先級最低的線程--僅當沒有更高優先級線程運行時才能運行。
Finally, if your kernel thread shares data with a bottom half, then you can use another variant of the spinlock.───最后,如果內核線程通過bottomhalf方式共享數據,那么可以使用自旋鎖的另一個變體。
The CLONE_UNTRACED flag ensures that no process will be able to trace the new kernel thread, even if the calling process is being traced.───CLONE_UNTRACED標志保證沒有進程可以跟蹤這個新的內核線程,即使調用進程正被跟蹤。
The first one is similar to the kernel thread mentioned in the previous strategies except that it will not raise the interrupt.───第一個內核線程與在上一個策略中介紹的內核線程非常類似,區別在于它并不會觸發中斷。
MenTaLguY: We use userspace threads within a VM, but each VM runs in a separate kernel thread.───我們在VM中使用了用戶線程,但每個VM都運行在不同的內核線程中。
User level thread is the higher level user scheduling unit supported by kernel thread, it supports concurrent execution of user programs.
The other types of code units, which you will see in later sections, are TID for kernel thread, MOD for module, and SYM for symbol (subroutine name).