-
Notifications
You must be signed in to change notification settings - Fork 1
License
LingyanYin/thread_pool
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published