C++使用CriticalSection实现线程同步实例
本文实例讲述了C++使用CriticalSection实现线程同步的方法,在前文C++线程同步实例分析的基础上增加了四行代码,使用了四个函数:
EnterCriticalSection::DeleteCriticalSection::EnterCriticalSection::LeaveCriticalSection此时,打印出来的数字就相等了。
具体代码如下:
#include"stdafx.h"
#include<Windows.h>
DWORDg_cnt1;
DWORDg_cnt2;
BOOLg_bContinue=TRUE;
CRITICAL_SECTIONcs;
DWORDWINAPIThreadProc(__inLPVOIDlpParameter)
{
::EnterCriticalSection(&cs);
while(g_bContinue)
{
g_cnt1++;
g_cnt2++;
}
::LeaveCriticalSection(&cs);
return0;
}
int_tmain(intargc,_TCHAR*argv[])
{
HANDLEhThread[2];
g_cnt1=g_cnt2=0;
::InitializeCriticalSection(&cs);
hThread[0]=::CreateThread(NULL,0,ThreadProc,NULL,0,NULL);
hThread[1]=::CreateThread(NULL,0,ThreadProc,NULL,0,NULL);
Sleep(1000);
g_bContinue=FALSE;
::WaitForMultipleObjects(2,hThread,TRUE,INFINITE);
printf("g_cnt1=%d\n",g_cnt1);
printf("g_cnt2=%d\n",g_cnt2);
::DeleteCriticalSection(&cs);
::CloseHandle(hThread[0]);
::CloseHandle(hThread[1]);
return0;
}
希望本文所述对大家的C++程序设计有所帮助。
热门推荐
10 儿子立冬祝福语简短独特
11 对当兵的祝福语简短
12 侄儿高考试祝福语简短
13 伴郎红包祝福语朋友简短
14 媳妇生日简短祝福语朋友
15 公司年会祝福语简短最好
16 元旦感恩祝福语简短大全
17 红包祝福语简短10字
18 周六早晨祝福语简短