搜索资源列表
CMutex
- vc6下实现的多线程同步例子。本例很好的说明多线程同步方法的使用。同步方法是互斥体,使用的是mfc中互斥对象,简单易用很适合初学线程控制学习。
c_CMutex
- 使用CMutex 类实现线程同步,将了解到声明线程函数,定义全局变量m_Sec,程序睡眠10秒,锁定临界区,对临界区进行解锁,输出变量等知识点。 -Use CMutex class implements thread synchronization, thread function declaration will learn to define global variables m_Sec, program sleep for 10 seconds, lock the critical a