Asterisk - The Open Source Telephony Project
18.5.0
|
Struct used for queued operations involving worker state changes. More...
Data Fields | |
struct ast_threadpool * | pool |
struct worker_thread * | worker |
Struct used for queued operations involving worker state changes.
Definition at line 193 of file threadpool.c.
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().
struct worker_thread* worker |
Worker whose state has changed
Definition at line 197 of file threadpool.c.
Referenced by queued_active_thread_idle(), queued_idle_thread_dead(), queued_zombie_thread_dead(), thread_worker_pair_alloc(), and thread_worker_pair_free().