Asterisk - The Open Source Telephony Project GIT-master-77d630f
Data Fields
serializer Struct Reference
Collaboration diagram for serializer:
Collaboration graph
[legend]

Data Fields

struct ast_taskpoolpool
 
struct ast_threadpoolpool
 
struct ast_serializer_shutdown_groupshutdown_group
 

Detailed Description

Definition at line 674 of file taskpool.c.

Field Documentation

◆ pool [1/2]

struct ast_taskpool* pool

Taskpool the serializer will use to process the jobs.

Definition at line 676 of file taskpool.c.

Referenced by execute_tasks(), serializer_create(), serializer_dtor(), and serializer_task_pushed().

◆ pool [2/2]

struct ast_threadpool* pool

Threadpool the serializer will use to process the jobs.

Definition at line 1216 of file threadpool.c.

◆ shutdown_group

struct ast_serializer_shutdown_group * shutdown_group

Which group will wait for this serializer to shutdown.

Definition at line 678 of file taskpool.c.

Referenced by serializer_create(), serializer_dtor(), and serializer_shutdown().


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