搜索资源列表
queuetest.zip
- 使用信号灯(semaphore),事件(Event),临界区(CriticalSection)进行线程同步的例子
TSynchro_src.zip
- 使用CriticalSection(临界区)和Mutex(互斥对象)实现的线程同步类。
CriticalSection
- 简单的应用临界区对多线程程序中的公共变量进行保护的程序
threadinWin32
- 在编程过程中产生线程作了全面的分析,分析CriticalSection Mutex Semaphore Event在线程中的应用时各自优缺点作详细解说
TSynchro_src
- 使用CriticalSection(临界区)和Mutex(互斥对象)实现的线程同步类。- Uses line regulation synchronization class which CriticalSection (critical zone) and Mutex (incompatible object) realizes.
queuetest
- 使用信号灯(semaphore),事件(Event),临界区(CriticalSection)进行线程同步的例子- Uses the signal light (semaphore), the event (Event), the critical zone (CriticalSection) carries on line regulation synchronization the example
CriticalSection
- this a Critical Section test program. code is simple but easy to learn.-this is a Critical Section test program. code is simple but easy to learn.
criticalsection
- 用vs2008写的用critical section的多线程编程-Written using vs2008 with the critical section of the multi-threaded programming
CriticalSection
- CriticalSection的线程同步方法-CriticalSection thread synchronization method
CriticalSection
- 本程序主要的实现部分在头文件中,主要的功能是将临界区封装成一个类中,然后实现锁的自动释放。-In the part of the header file to achieve the main procedures, the main function is the critical area package into a category, and then realize the automatic release lock.
CriticalSection
- 使用关键代码段的例子,对学习使用关键代码段是很好的例子,这些都是很好的例子源码。-these are the demos of critical section,to learn how tos use critical section which are good useful,and they are very useful source codes.