搜索资源列表
RWLock
- 读写锁: 一个简单的支持多个读,一个写控制源码
RWLock.rar
- 实现了面向多线程应用程序的读写锁,支持并发读,互斥写,For the realization of multi-threaded applications to read and write lock to support the concurrent read, exclusive write
rwLock.rar
- VC开发的控制台程序,主要用于演示进程和Windows下信号量的使用,同时演示了将线程启动函数封装到类中的方法。,Console VC6 project that show how to use Semaphore and Thread in windows platform, it also shows a skill that can write the createThread methord in a class.
rwlock
- windows下读写锁实现,写锁优先于读锁。-to achieve under the windows to read and write lock, write lock lock priority in time.
RWLock
- c++ 的进程读写锁 及范围锁 有用法示例-c++ the scope of the process of read-write lock and lock with usage examples
RWLock
- 高效读写锁操作类 读-读并发,读-写互斥,写-写互斥 写操作优先 -r/w lock