Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
thread_worker_pair Struct Reference

Struct used for queued operations involving worker state changes. More...

Collaboration diagram for thread_worker_pair:
Collaboration graph
[legend]

Data Fields

struct ast_threadpoolpool
 
struct worker_threadworker
 

Detailed Description

Struct used for queued operations involving worker state changes.

Definition at line 193 of file threadpool.c.

Field Documentation

◆ pool

struct ast_threadpool* pool

Threadpool that contains the worker whose state has changed

Definition at line 195 of file threadpool.c.

Referenced by queued_active_thread_idle(), queued_idle_thread_dead(), queued_zombie_thread_dead(), and thread_worker_pair_alloc().

◆ worker

struct worker_thread* worker

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