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