纯C语言的多核资源

发布于 2024-10-04 13:14:05 字数 81 浏览 2 评论 0原文

有人知道有关 C 多核编程信息的任何指针吗?如果之前有人问过这个问题,我深表歉意,经过“善意”搜索后,我找不到它。如果有人指出我的话,我很乐意删除。

Would anyone know any pointers to information about multicore programming in C? I apologize if the question has been asked before, after a "bona fide" search, I couldn't find it. I'd be happy to delete if someone points me to it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

葬花如无物 2024-10-11 13:14:05

C1X 是计划中的 C 编程语言新标准的非官方名称。

多线程支持(_Thread_local
存储类说明符,
标头包括线程
创建/管理功能,互斥体,
条件变量和线程特定
存储功能以及
_原子类型限定符和不间断
对象访问)

C1X is the unofficial name of the planned new standard for the C programming language.

Multithreading support (_Thread_local
storage-class specifier,
header including thread
creation/management functions, mutex,
condition variable and thread-specific
storage functionality, as well as the
_Atomic type qualifier and for uninterruptible
object access)

那片花海 2024-10-11 13:14:05

它不包含在 ANSI C 标准中,但如果您使用 Unix,我强烈建议您看一下 Posix 主题

It is not included in the ANSI C standard, but if you are using Unix i would strongly suggest to take a look at Posix Threads

皓月长歌 2024-10-11 13:14:05

我不期待投票......但我想分享这个: 多线程算法章节

I'm not expecting upvotes... but I wanted to share this: Multithreaded Algorithms Chapter of the Cormen book.

意中人 2024-10-11 13:14:05

我喜欢阅读 http://www.drdobbs.comhttp://www.drdobbs.com/go-parallel/index.jhtml 特定于并行内容。

有时很难在那里找到特定的主题,但在我看来,这是一个非常好的资源。他们还针对每个主题提供 RSS 提要。

i like to read http://www.drdobbs.com, http://www.drdobbs.com/go-parallel/index.jhtml is specific to parallel stuff.

Sometimes its hard to find a specific topic there but its a very good resource IMO. They also have RSS feeds for each topic.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文