搜索资源列表
Mutex
- 简单代码讲解同步机制CMutex,这个代码是别人写的,还不错,值得一看-A simple code on the synchronization mechanism CMutex
CMutex
- vc6下实现的多线程同步例子。本例很好的说明多线程同步方法的使用。同步方法是互斥体,使用的是mfc中互斥对象,简单易用很适合初学线程控制学习。
ThreadDemo
- 演示了多线程编程,以及CMutex,CEvent和CMultiLock的组合使用,三个线程,两个写,一个读,效果可视化。-Demonstrates the multi-threaded programming, and CMutex, CEvent and CMultiLock use a combination of the three threads, the two write, one read, visual effects.
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 1
xc008
- 如何使用CMutex类,visual c++开发环境,c++代码-how to use CMutex
cmutex
- This header should not be used for new code.
ThreadCMutex
- 控制台程序中CMutex简单使用实例。创建两个线程使线程能够达到同步。-Console application CMutex simple example. Create two threads to synchronize the threads.