Skip to content

codekenq/pthreadpool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

基本实现了一个线程池应有的功能,创建一个线程池,销毁一个线程池,向一个线程池里面添加任务。
采用互斥锁 + 条件变量,用到的数据结构有queue。
关于线程池的使用,有测试程序,可以借鉴。

About

实现了一个线程池应有的基本功能(implement the basic functions of pthreadpool)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages