Asterisk - The Open Source Telephony Project GIT-master-77d630f
Data Fields
taskpool_taskprocessors Struct Reference

A container of taskprocessors. More...

Collaboration diagram for taskpool_taskprocessors:
Collaboration graph
[legend]

Data Fields

unsigned int taskprocessor_num
 
struct {
   size_t   current
 
   struct taskpool_taskprocessor **   elems
 
   size_t   max
 
taskprocessors
 

Detailed Description

A container of taskprocessors.

Definition at line 44 of file taskpool.c.

Field Documentation

◆ current

size_t current

Definition at line 46 of file taskpool.c.

◆ elems

struct taskpool_taskprocessor* * elems

Definition at line 46 of file taskpool.c.

◆ max

size_t max

Definition at line 46 of file taskpool.c.

◆ taskprocessor_num

unsigned int taskprocessor_num

The next taskprocessor to use for pushing

Definition at line 48 of file taskpool.c.

Referenced by taskpool_dynamic_pool_grow(), taskpool_dynamic_pool_shrink(), and taskpool_sequential_selector().

◆ 

struct { ... } taskprocessors

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