acl  3.5.3.0
acl_pthread_pool_attr_t结构体 参考

#include <acl_pthread_pool.h>

+ acl_pthread_pool_attr_t 的协作图:

Public 属性

int threads_limit
 
int idle_timeout
 
size_t stack_size
 

详细描述

线程池对象属性的结构类型定义

在文件 acl_pthread_pool.h41 行定义.

类成员变量说明

◆ idle_timeout

int acl_pthread_pool_attr_t::idle_timeout

工作线程空闲超时时间(秒)

在文件 acl_pthread_pool.h44 行定义.

◆ stack_size

size_t acl_pthread_pool_attr_t::stack_size

工作线程的堆栈大小(字节)

在文件 acl_pthread_pool.h46 行定义.

◆ threads_limit

int acl_pthread_pool_attr_t::threads_limit

线程池最大线程数限制

在文件 acl_pthread_pool.h42 行定义.


该结构体的文档由以下文件生成: