mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-05 05:18:53 +08:00
a3b2e1f6d1
通过给线程池中的每一个线程一个独立的线程条件变量(之前是用同一个),大大减少了线程池在任务调度时的竞争问题
3 lines
42 B
Makefile
3 lines
42 B
Makefile
include ../Makefile.in
|
|
PROG = thread_test
|