Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
task_pushed_data Struct Reference

helper used for queued task when tasks are pushed More...

Collaboration diagram for task_pushed_data:
Collaboration graph
[legend]

Data Fields

struct ast_threadpoolpool
 
int was_empty
 

Detailed Description

helper used for queued task when tasks are pushed

Definition at line 452 of file threadpool.c.

Field Documentation

◆ pool

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().

◆ was_empty

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().


The documentation for this struct was generated from the following file: