Asterisk - The Open Source Telephony Project  18.5.0
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(), and task_pushed_data_alloc().

◆ 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(), and task_pushed_data_alloc().


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