文件名称:threadPool
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 69kb
- 下载次数:
- 0次
- 提 供 者:
- 苏***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
这个是采用互斥量和条件变量实现的线程池。此线程池可以添加线程、销毁线程;经过几百次测试,改正bug。现在暂时还没发现bug-This is the thread pool mutex and condition variable implementation. The thread pool can add a thread, the thread is destroyed After hundreds of tests, correct the bug. Temporarily not found the bug
(系统自动生成,下载前可以参看下载内容)
下载文件列表
threadPool\cthread.cpp
..........\cthread.h
..........\cthread.o
..........\cthreadpoll.cpp
..........\cthreadpoll.h
..........\cthreadpoll.o
..........\main.cpp
..........\main.o
..........\Makefile
..........\public.cpp
..........\public.h
..........\public.o
..........\threadPool
..........\threadPool.pro
..........\threadPool.pro.user
threadPool
..........\cthread.h
..........\cthread.o
..........\cthreadpoll.cpp
..........\cthreadpoll.h
..........\cthreadpoll.o
..........\main.cpp
..........\main.o
..........\Makefile
..........\public.cpp
..........\public.h
..........\public.o
..........\threadPool
..........\threadPool.pro
..........\threadPool.pro.user
threadPool