搜索资源列表
HomeWork
- 生产者消费者实现进程的共享 CSemaphore-Producers and consumers
CSemaphoreDemo
- 使用CSemaphore类实现线程同步的实例源码-Thread Synchronization using CSemaphore class implements an instance of source code
xc006
- 如何使用CSemaphore类,visual c++开发环境,c++代码-how use to CSemaphore
MultiThread10
- 利用信号量来实现线程间的同步.在信号量对象有信号的状态下,线程执行到WaitForSingleObject语句处继续执行, 同时可用线程数减1;若线程执行到WaitForSingleObject语句时信号量对象无信号, 线程就在这里等待,直到信号量对象有信号线程才往下执行。-Using CSemaphore class to realize synchronization among threads.
MultiThread10
- 通过信号量(CSemaphore)实现MFC多进程间的同步-By semaphore (CSemaphore) MFC synchronization between multiple processes
SemaphoreDemo
- 该例程摘自《Visual C++开发修行实录》,内容为使用计数器解决线程同步问题,其中使用的类为CSemaphore-The routine is an excerpt Visual C++ development practice record , the content of the counter used to solve the problem of thread synchronization, which use th