| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
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(), task_pushed_data_alloc(), and threadpool_tps_task_pushed().
| 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(), task_pushed_data_alloc(), and threadpool_tps_task_pushed().