All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
as_thread_pool Struct Reference

Detailed Description

Thread pool.

Definition at line 47 of file as_thread_pool.h.

+ Collaboration diagram for as_thread_pool:

Data Fields

cf_queue * dispatch_queue
 
as_fini_fn fini_fn
 
uint32_t thread_size
 
pthread_t * threads
 

Field Documentation

◆ dispatch_queue

cf_queue* as_thread_pool::dispatch_queue

Definition at line 49 of file as_thread_pool.h.

◆ fini_fn

as_fini_fn as_thread_pool::fini_fn

Definition at line 50 of file as_thread_pool.h.

◆ thread_size

uint32_t as_thread_pool::thread_size

Definition at line 51 of file as_thread_pool.h.

◆ threads

pthread_t* as_thread_pool::threads

Definition at line 48 of file as_thread_pool.h.


The documentation for this struct was generated from the following file: