linux 内核 4.7 任务结构的文件路径
the file route to linux kernel 4.7 task structure
我是 linux 的新手,我想找出所有任务的 methods/states 但我找不到它所在的位置。
我正在使用这个网站来计算结果:http://lxr.free-electrons.com/source/
Br,
新热心 linux 学生
figure out all the task's methods/states
任务methods/states是什么意思?
I am using this site http://lxr.free-electrons.com/source/
Linux Free Electrons 的交叉引用是一个非常好的网站,它拥有从 2.0 到最新的 4.7 的每个 Linux 内核的完整源代码。浏览代码以检查内核是如何实现的。
这是在 sched.h 文件中。谢谢你的回答。
我是 linux 的新手,我想找出所有任务的 methods/states 但我找不到它所在的位置。
我正在使用这个网站来计算结果:http://lxr.free-electrons.com/source/
Br, 新热心 linux 学生
figure out all the task's methods/states
任务methods/states是什么意思?
I am using this site http://lxr.free-electrons.com/source/
Linux Free Electrons 的交叉引用是一个非常好的网站,它拥有从 2.0 到最新的 4.7 的每个 Linux 内核的完整源代码。浏览代码以检查内核是如何实现的。
这是在 sched.h 文件中。谢谢你的回答。