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

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

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

struct ast_threadpool* pool

Threadpool that contains the worker whose state has changed

Definition at line 195 of file threadpool.c.

struct worker_thread* worker

Worker whose state has changed

Definition at line 197 of file threadpool.c.


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