Android - 改变本机线程的优先级?
我想知道是否可以在本机代码中更改线程的优先级,以及它在 Android 中是否有任何影响。据我所知,更改 prio 对操作系统没有实际影响,但这是真的吗?
基本上,如果可能的话,我需要将音频播放器线程(我使用的是 Android openAL 端口)设置为最高优先级。
I was wondering if it is possible to change priority of threads in native code, and if it has any effect in Android. From what I've heard, changing prio has no actual affect in the OS, but is it true?
Basically I need to set my audio player thread (I am using a Android openAL port) to highest priority if possible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不知道现在是否对您有帮助,因为这个问题最初发布已经一年了。
我遇到了同样的问题,正如您在这里提到的那样,也找到了解决方案。
此链接可能对您有帮助。
I dont know whether it helps you now, because its been a year when this question was originally posted.
I encountered the same problem, as you have mentioned here and also found the solution for it.
This Link might help you.
请参阅此处
See here