Linux 内核模块中奇怪的线程行为

发布于 2024-12-17 11:58:58 字数 382 浏览 1 评论 0原文

我正在学习编写 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文