摘要
通过对Linux进程调度函数源码的分析,深入剖析了kernel核进程调度流程、调度时机、进程PCB和进程调度的依据。针对进程调度中出现的优先级反向问题,给出了基本优先级继承协议和优先级上限继承协议两种解决方法。
Through the analysis of process scheduling function for Linux, this paper studies the process scheduling flow, scheduling occasion, process PCB and scheduling warranty of the Linux kernel. For the priority inversion of the process scheduling, priority inheritance protocol and priority ceiling protocol are given to deal with it.
出处
《现代制造技术与装备》
2006年第2期56-58,共3页
Modern Manufacturing Technology and Equipment
关键词
调度时机
进程PCB进程调度
优先级反向
Scheduling occasion, Process PCB, Process scheduling, Priority inversion