|
Asterisk - The Open Source Telephony Project GIT-master-20e40a9
|

Data Fields | |
| struct ast_taskpool * | pool |
| struct ast_threadpool * | pool |
| struct ast_serializer_shutdown_group * | shutdown_group |
Definition at line 696 of file taskpool.c.
| struct ast_taskpool* pool |
Taskpool the serializer will use to process the jobs.
Definition at line 698 of file taskpool.c.
Referenced by execute_tasks(), serializer_create(), serializer_create(), serializer_dtor(), serializer_dtor(), serializer_task_pushed(), and serializer_task_pushed().
| struct ast_threadpool* pool |
Threadpool the serializer will use to process the jobs.
Definition at line 1227 of file threadpool.c.
| struct ast_serializer_shutdown_group * shutdown_group |
Which group will wait for this serializer to shutdown.
Definition at line 700 of file taskpool.c.
Referenced by serializer_create(), serializer_create(), serializer_dtor(), serializer_dtor(), serializer_shutdown(), and serializer_shutdown().