• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            牽著老婆滿街逛

            嚴(yán)以律己,寬以待人. 三思而后行.
            GMail/GTalk: yanglinbo#google.com;
            MSN/Email: tx7do#yahoo.com.cn;
            QQ: 3 0 3 3 9 6 9 2 0 .

            SetThreadAffinityMask設(shè)置使用多核CPU的哪個核心

            轉(zhuǎn)載自:http://cooker.javaeye.com/blog/652604

            MSDN上的描述: 
            1. SetThreadAffinityMask  
            2. The SetThreadAffinityMask function sets a processor affinity mask for the specified thread.  
            3.   
            4. DWORD_PTR SetThreadAffinityMask(  
            5.   HANDLE hThread,  
            6.   DWORD_PTR dwThreadAffinityMask  
            7. );  

            Parameters 
            hThread 
            [in] Handle to the thread whose affinity mask is to be set. 
            This handle must have the THREAD_SET_INFORMATION and THREAD_QUERY_INFORMATION access rights. For more information, see Thread Security and Access Rights. 

            dwThreadAffinityMask 
            [in] Affinity mask for the thread. 
            Windows Me/98/95:  This value must be 1. 

            Return Values 
            If the function succeeds, the return value is the thread's previous affinity mask. 

            Windows Me/98/95:  The return value is 1. To succeed, hThread must be valid and dwThreadAffinityMask must be 1. 

            If the function fails, the return value is zero. To get extended error information, call GetLastError. 

            Remarks 
            A thread affinity mask is a bit vector in which each bit represents the processors that a thread is allowed to run on. 

            A thread affinity mask must be a proper subset of the process affinity mask for the containing process of a thread. A thread is only allowed to run on the processors its process is allowed to run on. 



            通過調(diào)用SetThreadAffinityMask,就能為各個線程設(shè)置親緣性屏蔽: 

            C++代碼 
            1. DWORD_PTR SetThreadAffinityMask(HANDLE hThread, DWORD_PTR dwThreadAffinityMask);  


            該函數(shù)中的h T h r e a d參數(shù)用于指明要限制哪個線程, dwThreadAffinityMask用于指明該線程能夠在哪個CPU上運(yùn)行。dwThreadAffinityMask必須是進(jìn)程的親緣性屏蔽的相應(yīng)子集。返回值是線程的前一個親緣性屏蔽。 

            因此,若要將3個線程限制到CPU1、2和3上去運(yùn)行,可以這樣操作: 

            C++代碼 
            1. //Thread 0 can only run on CPU 0.  
            2.   
            3. SetThreadAffinityMask(hThread0, 0x00000001); //第0位是1  
            4.   
            5. //Threads 1, 2, 3 run on CPUs 1, 2, 3.//第1 2 3位是1  
            6.   
            7. SetThreadAffinityMask(hThread1, 0x00000002);  
            8.   
            9. SetThreadAffinityMask(hThread2, 0x00000003);  
            10.   
            11. SetThreadAffinityMask(hThread3, 0x00000004);  




            本文來自CSDN博客,轉(zhuǎn)載請標(biāo)明出處:http://blog.csdn.net/W511522329/archive/2010/03/06/5352597.aspx 

            C++代碼 
            1. #include "stdafx.h"  
            2. #include <windows.h>    
            3. #include <string>  
            4. #include <iostream>  
            5. void running(int seconds)  {      
            6.         Sleep(seconds*1000);  
            7.         std::cout<<"sleep for "<<seconds<<"(s)"<<std::endl;  
            8. }    
            9.   
            10. int _tmain(int argc, _TCHAR* argv[])  
            11. {  
            12.     SetThreadAffinityMask(GetCurrentThread(), 1);  
            13.     LARGE_INTEGER start, end;            
            14.     LARGE_INTEGER freq;   
            15.     //timeConsuming();  
            16.     QueryPerformanceFrequency(&freq);  
            17.     QueryPerformanceCounter(&start);//start  
            18.   
            19.   
            20.     std::cout<<"start.QuadPart = "<<start.QuadPart<<std::endl;         //output start   
            21.     running(10); //running 10 seconds  
            22.     QueryPerformanceCounter(&end); //end  
            23.     std::cout<<"end.QuadPart = "<<end.QuadPart<<std::endl;    //output end   
            24.   
            25.     std::cout<<"consume value = end.QuadPart - start.QuadPart = "<<(end.QuadPart - start.QuadPart)<<std::endl;   
            26.     std::cout<<"(consume value/(double)freq.QuadPart) Time consumed = "<<(end.QuadPart - start.QuadPart)/(double)freq.QuadPart<<"(s)"<<std::endl;  //output consumed time  
            27.     return 0;  
            28. }  





            start.QuadPart = 49102789906513 
            sleep for10(s) 
            end.QuadPart = 49127801303663 
            consume value = end.QuadPart - start.QuadPart = 25011397150 
            (consume value/(double)freq.QuadPart) Time consumed = 10.0046(s)

            posted on 2010-10-31 15:59 楊粼波 閱讀(4818) 評論(0)  編輯 收藏 引用


            只有注冊用戶登錄后才能發(fā)表評論。
            網(wǎng)站導(dǎo)航: 博客園   IT新聞   BlogJava   博問   Chat2DB   管理


            国内精品久久久久久久久电影网| 国产一区二区精品久久凹凸| 韩国免费A级毛片久久| 亚洲国产成人久久综合一| 婷婷久久综合九色综合九七| 久久99精品久久只有精品| 久久五月精品中文字幕| 无码人妻久久一区二区三区| 办公室久久精品| 久久精品国产99久久无毒不卡| 久久97久久97精品免视看| 久久久av波多野一区二区| 亚洲欧美日韩精品久久亚洲区 | 91久久精品91久久性色| 久久久久久久综合日本| 精品国产乱码久久久久久1区2区| 91麻豆精品国产91久久久久久| 97久久国产综合精品女不卡| 久久人搡人人玩人妻精品首页 | 伊人伊成久久人综合网777| 精品久久久久久中文字幕| 国产成年无码久久久免费| 久久人妻少妇嫩草AV蜜桃| 国产福利电影一区二区三区久久久久成人精品综合 | 无码人妻久久一区二区三区 | 青青青国产精品国产精品久久久久| 三级三级久久三级久久| 婷婷久久综合九色综合绿巨人| 国产精品美女久久久久av爽| 国产亚洲婷婷香蕉久久精品| 久久国产免费观看精品3| 亚洲人成网亚洲欧洲无码久久| 伊人久久大香线蕉综合网站| 精品久久久久久国产牛牛app| 精品无码久久久久国产| 久久久久久久久久久久中文字幕 | 久久精品国产亚洲AV蜜臀色欲 | 久久亚洲私人国产精品| 久久综合精品国产二区无码| 色婷婷综合久久久久中文一区二区| 精品国产乱码久久久久久呢|