搜索资源列表
利用读写锁保持线程同步.zip
- 利用读写锁保持线程同步
RWLock
- 读写锁: 一个简单的支持多个读,一个写控制源码
rwlock
- 实现了面向多线程应用程序的读写锁,支持并发读,互斥写
RWMutex
- RWMutex 跨平台的读写锁封装类源码
利用读写锁保持线程同步
- 利用读写锁保持线程同步-Read-write lock to maintain the use of thread synchronization
RWLock
- 读写锁: 一个简单的支持多个读,一个写控制源码-Read-write lock: the support of more than a simple read, a write control source
rwlock
- 实现了面向多线程应用程序的读写锁,支持并发读,互斥写-Realize a multi-threaded applications for the read and write lock to support the concurrent read, exclusive write
RWMutex
- RWMutex 跨平台的读写锁封装类源码-RWMutex cross-platform source code to read and write lock package category
RWLock
- 实现了面向多线程应用程序的读写锁,支持并发读,互斥写-For the realization of multi-threaded applications to read and write lock to support the concurrent read, exclusive write
mutex-lock
- 多线程编程-互斥锁 由于线程的清量性,在搜索引擎构建中被广泛使用.线程的实现有多种方式,譬如互斥锁,条件变量,读写锁等.其中互斥锁最为简单,读写锁也与互斥锁类似.在LInux下简单实现一个链表,链表的插入和删除,以及整个链表的析构要考虑多线程的同步-Multi-threaded programming- Mutex clearance due to the amount of threads in the search engine
mtk
- .支持全系列MTK芯片组(6205.6217.6218.6219.6225.6226.6227.6228.6229...等)读.写.格.解锁.解密 2.网站上下载回来的48资料可直接写入,平台自动完成解密功能,写完资料直接开机即可。 3.如遇到用别的广家仪器解密写入不开机的,只要是资料问题用我们的平台把手机资料读出来,然后在写回去即可开机(已经测试N次了)。 4.解锁和修复普通软件问题,直接点击复位手机即可
StateServer
- 该源码用VC6.0开发,实现了一个状态服务器(State server),其中的 读写锁,线程池机制,完成端口机制具有很好的参考价值。-The source code with VC6.0 development, to achieve a state of the server (State server), which read and write locks, the thread pool mechanism, the co
rwlock
- windows下读写锁实现,写锁优先于读锁。-to achieve under the windows to read and write lock, write lock lock priority in time.
Memory_src
- 现在要设计一个MemPool(Pool是一个循环链表并平分为N个Chunk,每个Chunk都有一个读写锁),只有一个写线程负责往chunk里面写数据,N个读线程从chunk中读出数据-Now to design a MemPool (Pool is a circular linked list and the level is divided into N a Chunk, each Chunk has a read-write loc
win_rwlock
- window下,用于文件读写的线程读写锁-read and write file lock for windows
rw_locker.tar
- 嵌入式开发中常用的读写锁算法程序源码,和平台无关,可移植性好-Commonly used in embedded development program source code to read and write lock algorithm, and platform-independent and portable
CReadWriteLock
- Windows下的读写锁程序,里面封装了一个读写锁类,调用这个读写锁类可以实现对Windows下的文件的读写控制
RWLock
- c++ 的进程读写锁 及范围锁 有用法示例-c++ the scope of the process of read-write lock and lock with usage examples
readwrite
- 读写者问题,解决进程死锁和恢复,进程调度。 多线程任务。-Those who read and write and solve deadlock and restore processes, process scheduling. Multithreaded.
Mutex
- 封装了Linux下的互斥锁、读写锁、条件锁以及防止死锁的策略(The mutex, read-write lock, conditional lock and deadlock prevention strategy of Linux are encapsulated)