TABE_的博客PCB/task_struct进程状态(State)进程调度信息标识符(Identifiers)进程通信有关信息(IPC,Inter_Process Communication)进程链接信息(Links)时间和定时器信息(Times and Timers)文件系统信息(File System...
顽猴溜溜的博客Linux中task_struct用来控制管理进程,结构如下:structtask_struct{//说明了该进程是否可以执行,还是可中断等信息volatile long state;//Flage 是进程号,在调用fork()时给出unsigned long flags;//进程上是否有待...