gxThread - shed_yield 等效项

发布于 2024-12-01 06:28:40 字数 125 浏览 1 评论 0原文

是否可以使用 gxThread 函数让出处理器,就像 POSIX 调用 shed_yield 那样?

Is it possible to yield the processor using gxThread functions, like the POSIX call shed_yield does?

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

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

发布评论

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

评论(1

伊面 2024-12-08 06:28:40

我在gxThread文档中没有找到类似的内容,但是他们的线程模型图表明它们底层使用本机线程。因此,如果您无法用其他线程库替换 gxThread,我建议仅使用依赖于平台的调用,例如 sched_yieldSwitchToThread

I found nothing like that in the gxThread documentation, however their thread model diagram indicates that they use native threads underneath. So if you cannot replace gxThread with another threading library, I would recommend to just use platform-dependent calls such as sched_yield or SwitchToThread.

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