搜索资源列表
threadpool-0_1_8-src
- threadpool is a cross-platform C++ thread pool library
threadpool-0.2
- 同时支持windows和Linux的线程池代码,代码写的也很规范。
Linux_threadpool.rar
- linux 线程池,很实用的线程示例,实现的很健壮,纯源代码,linux threadpool
libthreadpool-src.tar
- c threadpool线程池,学习c语言的好东西-c threadpool thread pool, a good thing to learn c language
threadpool-0_2_5-src
- linux 环境下比较好的一个线程池实现源代码 -linux better environment to achieve a thread pool source code
threadpool_linux
- linux下多线程 池开源实现,值得学习参考-linux thread pool under the open source implementation of multi-threaded, it is worth learning information
MyLinuxThread5-25[1].tar
- LINUX 线程池源代码:Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.cpp : 套接口的简单封装. Thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类. Worker.cpp : 用户接口类 , 用户需继承此类。 ListenThread.cpp(继承Thread.cpp) : 服务器监听线程.如果有客户端连接通知Th
C10K
- Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.cpp : 套接口的简单封装. Thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类. Worker.cpp : 用户接口类 , 用户需继承此类。 ListenThread.cpp(继承Thread.cpp) : 服务器监听线程.如果有客户端连接通知ThreadPool类,由Th
threadpool
- 线程池linux下的实现,不错的内容,请下载使用并给出评价。-linux pthreadpools implement
ThreadPool
- Linux线程池,C++编写,可作为一个线程库进行使用!-Linux Thread pool
thread_pool
- 线程池源代码实现,一个完全的线程池示例,教你如何使用线程池-Source Code implementiert die Thread-Pool, einen voll Threadpool Beispiel beibringen, wie man den Thread-Pool verwenden
ThreadPool
- Linux下线程池,双队列实现,可以满足在要求主线程非阻塞的情况下把任务交给线程池里的线程进行处理-Linux, thread pool, two queue implementations to meet the requirements of the main thread in the non-blocking case turned over to the thread pool thread for processing
threadPool
- 这个是采用互斥量和条件变量实现的线程池。此线程池可以添加线程、销毁线程;经过几百次测试,改正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 fo
Thread
- 自己实现的(Win、Linux)的线程池类-Windows/Linux ThreadPool
qthreadpool
- QThread wrapper, provides synchronizitaion against a ThreadPool for Linux.
ThreadPool
- Entry point for each worker thread.
ThreadPool
- Thread Pool Source Code for Andriod.
threadpool
- linux下线程池的实现,能够实现多任务操作,不用频繁创建-The Linux thread pool, no test
threadpool
- 使用c语言实现的一个线程池,只能用于linux/unix环境。-threadpool written in c language. used in linux/unix environment
threadpool
- C实现的简单线程池,简单易懂,有代码,注释详细,很容易看懂(Implementation of simple thread pool, easy to understand, with code, annotations detailed, easy to understand)