Skip to content

Liyixin95/pthread-pool-without-lock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pthread-pool-without-lock

无锁化线程池

make

编译输出普通可执行文件

make debug

编译输出带调试信息的可执行文件

make clean

清理编译结果

本程序用复制文件夹作为线程池测试代码,命令行参数为源文件夹路径 目标文件夹路径

本程序用信号代替信号量,讲共享的任务队列变为各个工作线程独占的任务队列,由主线程分配任务 从而不用加锁实现了互斥。

About

无锁化线程池

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published