文件名称:kill
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-07-22
- 文件大小:
- 29kb
- 下载次数:
- 0次
- 提 供 者:
- L***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Linux内核编程,设计某一个函数,输入为Linux系统某一个进程的进程号(PID),函数将*该进程的所有子孙。Linux内核进程家族为多叉树数据结构,以祖先进程为根节点。对于这种数据结构,后序遍历树的每个节点,在遍历同时删除节点,就可以删除整个进程树。-Linux kernel programming, design one function, one input for a Linux system process ID (PID), the function will kill all descendants of that process. Linux kernel process family is multi-tree data structure to the process is the root ancestor. For this data structure, post-order traversal of the tree each node in the node traversal and delete, you can delete the entire process tree.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
kill
....\fork3.c
....\globalmem.c
....\Makefile
....\post_killChild
....\wlh_kernel_killChild.c
....\进程终结方法.doc