Asterisk - The Open Source Telephony Project GIT-master-77d630f
|
Data Fields | |
struct ast_taskpool * | pool |
struct ast_threadpool * | pool |
struct ast_serializer_shutdown_group * | shutdown_group |
Definition at line 674 of file taskpool.c.
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().
struct ast_threadpool* pool |
Threadpool the serializer will use to process the jobs.
Definition at line 1216 of file threadpool.c.
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().