Pthread:起始位置有什么不同

发布于 2024-11-27 14:57:03 字数 69 浏览 1 评论 0原文

一个简单的问题。如果一个线程启动多个子线程有什么区别吗?而不是全部从主要开始?

现阶段我只考虑表现。 谢谢。

A simple question. Does it make any difference if one pthread starts multiple sub-pthreads? rather than all of them started from the main ?

I consider only performance at this stage.
Thanks.

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

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

发布评论

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

评论(2

陌上青苔 2024-12-04 14:57:03

没有性能差异。

There is no performance difference.

戒ㄋ 2024-12-04 14:57:03

无论哪种方式,你创建一个线程都不会产生任何影响。它只与您在代码中使用的 pthread 的效率有关。

Either way your creating a thread it wont make a difference. It only matters on the efficiency of the pthreads your using in the code.

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