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

Data Fields

struct ast_threadpoolpool
 
struct ast_serializer_shutdown_groupshutdown_group
 

Detailed Description

Definition at line 1315 of file threadpool.c.

Field Documentation

◆ pool

struct ast_threadpool* pool

Threadpool the serializer will use to process the jobs.

Definition at line 1317 of file threadpool.c.

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

◆ shutdown_group

struct ast_serializer_shutdown_group* shutdown_group

Which group will wait for this serializer to shutdown.

Definition at line 1319 of file threadpool.c.

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


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