由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Windows版 - 请问什么软件可以指定线程使用的CPU?
相关主题
cpu老是100%,机器奇慢Re: Windows 2000 can run above 2 CPUs?
Re: ? on CPU UsageHELP!!!win2000怎么看VCD?
cpu and coreRe: Windows 2003 gains sites from Linux
谁能说说ie的线程为什么这么重?Re: 怎样知道CPU的频率?
求助windows 7下ppstreamRe: How to let a program take 100% CPU, XP
我推理到Vista为什么拷贝文件慢了,一定是这样的求助,如何恢复task manager 窗口的原样
Windows出现“致命异常错误”的对策cideamon.exe in windows
Re: 请问: WIN2000支不支持多cpu?WINDOWS 2000下怎么把一个任务放后台?
相关话题的讨论汇总
话题: thread话题: 使用话题: cpu话题: beginning
进入Windows版参与讨论
1 (共1页)
a***n
发帖数: 3633
1
【 以下文字转载自 Software 讨论区 】
发信人: addin (add+in), 信区: Software
标 题: 请问什么软件可以指定线程使用的CPU?
发信站: BBS 未名空间站 (Mon Oct 20 13:51:05 2008), 转信
一个process里有5个thread。怎么样可以让其中的2个使用CPU0,另外三个使用
cpu1?谢谢
s******y
发帖数: 121
2
If you have source code, you can call SetThreadAffinityMask in the beginning
of the thread function to set each thread's processor affinity. If you don'
t have source code, you need to somehow get the thread handles of the
threads, then call SetThreadAffinityMask.
a***n
发帖数: 3633
3
appreciate it.

beginning
don'

【在 s******y 的大作中提到】
: If you have source code, you can call SetThreadAffinityMask in the beginning
: of the thread function to set each thread's processor affinity. If you don'
: t have source code, you need to somehow get the thread handles of the
: threads, then call SetThreadAffinityMask.

1 (共1页)
进入Windows版参与讨论
相关主题
WINDOWS 2000下怎么把一个任务放后台?求助windows 7下ppstream
Re: 我的机器系统突然不行了我推理到Vista为什么拷贝文件慢了,一定是这样的
求助:DELL笔记本电脑的风扇不转了,怎么办?Windows出现“致命异常错误”的对策
求助!!!电脑突然变慢!Re: 请问: WIN2000支不支持多cpu?
cpu老是100%,机器奇慢Re: Windows 2000 can run above 2 CPUs?
Re: ? on CPU UsageHELP!!!win2000怎么看VCD?
cpu and coreRe: Windows 2003 gains sites from Linux
谁能说说ie的线程为什么这么重?Re: 怎样知道CPU的频率?
相关话题的讨论汇总
话题: thread话题: 使用话题: cpu话题: beginning