Asterisk - The Open Source Telephony Project GIT-master-77d630f
|
Data Fields | |
int | num_tasks_executed |
struct ast_taskpool * | pool |
struct ast_threadpool * | pool |
int | shutdown |
Definition at line 553 of file test_taskpool.c.
int num_tasks_executed |
Definition at line 555 of file test_taskpool.c.
Referenced by efficiency_task(), handle_cli_taskpool_push_efficiency(), and handle_cli_threadpool_push_efficiency().
struct ast_taskpool* pool |
Definition at line 554 of file test_taskpool.c.
Referenced by efficiency_task(), handle_cli_taskpool_push_efficiency(), and handle_cli_threadpool_push_efficiency().
struct ast_threadpool* pool |
Definition at line 353 of file test_threadpool.c.
int shutdown |
Definition at line 556 of file test_taskpool.c.
Referenced by efficiency_task(), handle_cli_taskpool_push_efficiency(), and handle_cli_threadpool_push_efficiency().