Redian新闻
>
Thread Priority 设为最高--窗口最小化时好像并不优先啊?
avatar
d*l
2
我将进程的优先级在WinMain中设的很高:
SetPriorityClass(GetCurrentProcess(), REALTIME_PRIORITY_CLASS); // Good!!
又用了两个最高优先级的线程。但是感觉将程序窗口最小化(或不停的最小化最大化)
也会使得线程的运行有所变慢,似乎线程的优先级并没有得到保证啊?
那位大侠给说说看?
谢谢!
avatar
d*l
3
是不是应该让我的程序运行在kernel mode下才行呢?如果是的话,如何编程和编译?
谢谢!
avatar
d*l
4
??
avatar
d*l
5
Solved this problem after consulting our software team. The reason was that
I used an API function inside my thread to invalidate a displaying view-port
. That is not good for a work thread although it remains workable under
usual conditions.
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。