![]() |
Thread pool.
Definition at line 47 of file as_thread_pool.h.
Data Fields | |
cf_queue * | dispatch_queue |
as_fini_fn | fini_fn |
uint32_t | thread_size |
pthread_t * | threads |
cf_queue* as_thread_pool::dispatch_queue |
Definition at line 49 of file as_thread_pool.h.
as_fini_fn as_thread_pool::fini_fn |
Definition at line 50 of file as_thread_pool.h.
uint32_t as_thread_pool::thread_size |
Definition at line 51 of file as_thread_pool.h.
pthread_t* as_thread_pool::threads |
Definition at line 48 of file as_thread_pool.h.