Android:在特定核心中运行进程或线程

发布于 2024-12-02 08:20:31 字数 124 浏览 1 评论 0原文

有没有办法在Android的特定核心中创建进程或线程?

编辑更多信息:这个想法是,有两个核心,我想在 2 个不同的核心中运行 2 个不同的进程或线程。具体来说,我想做的是100%使用手机的CPU,无论手机有多少个核心。

Is there any way of creating a process or thread in a specific core in Android?

edited for more info: the idea is that having two cores, I would like to run 2 different processes or threads in 2 different cores. Specifically, what I want to do is use 100% of the CPU of the phone, no matter how many cores the phone has.

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

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

发布评论

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

评论(1

烏雲後面有陽光 2024-12-09 08:20:31

有没有办法在Android的特定核心中创建进程或线程?

不,抱歉。

这个想法是,有两个核心,我想在 2 个不同的核心中运行 2 个不同的进程或线程。

这是由操作系统决定的,而不是你。

具体来说,我想要做的是使用手机 100% 的 CPU,无论手机有多少个核心。

除了基准测试应用程序等之外,任何开发人员都不应该以此为目标。

Is there any way of creating a process or thread in a specific core in Android?

No, sorry.

the idea is that having two cores, I would like to run 2 different processes or threads in 2 different cores.

That is for the OS to decide, not you.

Specifically, what I want to do is use 100% of the CPU of the phone, no matter how many cores the phone has.

No developer should have that as an objective, outside of benchmarking applications and the like.

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