Asterisk - The Open Source Telephony Project
18.5.0
|
helper used for queued task when tasks are pushed More...
Data Fields | |
struct ast_threadpool * | pool |
int | was_empty |
helper used for queued task when tasks are pushed
Definition at line 452 of file threadpool.c.
struct ast_threadpool* pool |
Pool into which a task was pushed
Definition at line 454 of file threadpool.c.
Referenced by queued_task_pushed(), and task_pushed_data_alloc().
int was_empty |
Indicator of whether the pool had no tasks prior to the new task being added
Definition at line 456 of file threadpool.c.
Referenced by queued_task_pushed(), and task_pushed_data_alloc().