linux 进程管理 task_struct 中 parent/children/sibling 成员的关系

前言         最近在看《Linux内核设计与实现(原书第3版)》中第进程管理,有点疑问,上网顺便补习了linux内核链表第相关知识,在此记录下来。   疑问         书中写到: 3.2.6 进程家族树 ... 同样,也可以按一下方式依次访问子进程: struct task_struct *task; struct list_head *list;
相关文章
相关标签/搜索