文件名称:mutex-lock
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [Text]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- 周**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
多线程编程-互斥锁
由于线程的清量性,在搜索引擎构建中被广泛使用.线程的实现有多种方式,譬如互斥锁,条件变量,读写锁等.其中互斥锁最为简单,读写锁也与互斥锁类似.在LInux下简单实现一个链表,链表的插入和删除,以及整个链表的析构要考虑多线程的同步-Multi-threaded programming- Mutex clearance due to the amount of threads in the search engines are widely used to build. Thread to achieve a number of ways, such as Mutex, condition variables, such as read-write lock. Which interoperability exclusion lock the most simple, read-write lock with similar Mutex. in LInux the simple realization of a list, list of the insert and delete, as well as the entire list of destructor to consider the simultaneous multi-threading
由于线程的清量性,在搜索引擎构建中被广泛使用.线程的实现有多种方式,譬如互斥锁,条件变量,读写锁等.其中互斥锁最为简单,读写锁也与互斥锁类似.在LInux下简单实现一个链表,链表的插入和删除,以及整个链表的析构要考虑多线程的同步-Multi-threaded programming- Mutex clearance due to the amount of threads in the search engines are widely used to build. Thread to achieve a number of ways, such as Mutex, condition variables, such as read-write lock. Which interoperability exclusion lock the most simple, read-write lock with similar Mutex. in LInux the simple realization of a list, list of the insert and delete, as well as the entire list of destructor to consider the simultaneous multi-threading
(系统自动生成,下载前可以参看下载内容)
下载文件列表
mutex lock.txt