Skip to content

LingyanYin/thread_pool

Repository files navigation

===C++14===

===Compiler===
g++ (GCC) 8.1.1 20180502 (Red Hat 8.1.1-1) or above
clang version 6.0.0 or above

===OS===
Linux/MacOS

===Compile=== 
g++ -o test_lockfreeworkstealingqueue.o test_lockfreeworkstealingqueue.cpp -pthread
g++ -g -o test_threadpool.o test_threadpool.cpp -pthread

===Run===
./test_lockfreeworkstealingqueue.o
./test_threadpool.o

===Check Race Condition===
clang++ -g -o test_threadpool.o test_threadpool.cpp -pthread -fsanitize=thread

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages