Linux 内核模块中奇怪的线程行为
我正在学习编写 Linux 内核模块的代码,最近我偶然发现了此代码的错误 Radiatorpalacesummitseaweed.info/main.txt
最初,如果对 B 部分进行了注释,则函数 tthread()
看不到x
的值为 10,相当垃圾。但是,如果 B 部分未注释,tthread()
会将 x
的值视为 10,但 dthread()
不会。
我做了一些研究并创建了最多 7 个线程,但似乎最后一个创建的线程没有看到更改的 x
。
知道为什么这是一个问题吗?
编辑:我正在内核 v2.6.22.14 32 位上运行。
I'm learning to code linux kernel modules and I recently stumbled on an error with this code radiatorpalacesummitseaweed.info/main.txt
Initially, if Section B is commented, the function tthread()
does not see the value of x
as 10, rather some junk. However, if Section B is un-commented, tthread()
sees the value of x
as 10 but dthread()
doesn't.
I did some research and created up to 7 threads and it always seems that the last thread to be created does not see the changed x
.
Any idea why this is a problem?
EDIT: I'm running on kernel v2.6.22.14 32 bits.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论