acl
3.5.3.0
|
#include <acl_pthread_pool.h>
Public 属性 | |
int | threads_limit |
int | idle_timeout |
size_t | stack_size |
线程池对象属性的结构类型定义
在文件 acl_pthread_pool.h 第 41 行定义.
int acl_pthread_pool_attr_t::idle_timeout |
工作线程空闲超时时间(秒)
在文件 acl_pthread_pool.h 第 44 行定义.
size_t acl_pthread_pool_attr_t::stack_size |
工作线程的堆栈大小(字节)
在文件 acl_pthread_pool.h 第 46 行定义.
int acl_pthread_pool_attr_t::threads_limit |
线程池最大线程数限制
在文件 acl_pthread_pool.h 第 42 行定义.