文件名称:事件控制两个线程之间通信
文件大小:140KB
文件格式:ZIP
更新时间:2016-04-04 04:02:57
CEvent
功能实现部分 //用来控制线程的运行与否,直接从地址中读取数据 volatile BOOL m_ThreadRun[2]; //增加全局事件对象,用来监控线程,控制线程是否运行 CEvent event; void ThreadFunc1(LPVOID pParam); void ThreadFunc2(LPVOID pParam);
【文件预览】:
MyTestThread
----MyTestThread.sln(903B)
----通过全局事件的有无信号特性控制.txt(2KB)
----MyTestThread()
--------stdafx.cpp(145B)
--------MyTestThreadDlg.cpp(6KB)
--------res()
--------stdafx.h(2KB)
--------targetver.h(234B)
--------MyTestThread.cpp(2KB)
--------MyTestThread.vcxproj.filters(2KB)
--------resource.h(2KB)
--------MyTestThread.rc(10KB)
--------MyTestThread.vcxproj(6KB)
--------MyTestThread.aps(103KB)
--------MyTestThreadDlg.h(910B)
--------Debug()
--------MyTestThread.vcxproj.user(143B)
--------MyTestThread.h(478B)
--------ReadMe.txt(3KB)
----MyTestThread.suo(13KB)
----ipch()
--------mytestthread-31497ee5()
----Debug()