Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Threadpool in C

How to build

Build the shared object

cd lib
make all

Build the binary

cd bin
make all

How to run

LD_LIBRARY_PATH=$(pwd)/lib:$LD_LIBRARY_PATH ./bin/main.bin
ctrl + c ends the program (after all workers completed)
kill -SIGUSR1 $(pgrep main.bin) adds a workload to the queue (a simple function that loops for some time)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages