一个c语言实现的线程池

时间:2013-01-07 11:35:30
【文件属性】:
文件名称:一个c语言实现的线程池
文件大小:4KB
文件格式:RAR
更新时间:2013-01-07 11:35:30
c 线程池 线程 多线程 ########################################################### # An example source module to accompany... # # "Using POSIX Threads: Programming with Pthreads" # by Brad nichols, Dick Buttlar, Jackie Farrell # O'Reilly & Associates, Inc. # ###########################################################
【文件预览】:
tpool
----bugtest.c(2KB)
----makefile(1KB)
----tpool.c(7KB)
----tpooltest.c(2KB)
----tpool.h(2KB)

网友评论

  • 一个初学的好例子
  • 为了参考多个线程池的实现下载的 这个线程池和网上普通的线程池的结构一样
  • 结构很好!不错的代码