Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
int | continue_task |
ast_mutex_t | lock |
ast_cond_t | notify_cond |
ast_cond_t | stall_cond |
int | task_executed |
int | task_started |
Definition at line 1299 of file test_threadpool.c.
int continue_task |
Definition at line 1302 of file test_threadpool.c.
Referenced by complex_task(), and poke_worker().
ast_mutex_t lock |
Definition at line 1303 of file test_threadpool.c.
Referenced by complex_task(), complex_task_data_alloc(), complex_task_data_free(), has_complex_started(), poke_worker(), wait_for_complex_completion(), and wait_for_complex_start().
ast_cond_t notify_cond |
Definition at line 1305 of file test_threadpool.c.
Referenced by complex_task(), complex_task_data_alloc(), complex_task_data_free(), has_complex_started(), wait_for_complex_completion(), and wait_for_complex_start().
ast_cond_t stall_cond |
Definition at line 1304 of file test_threadpool.c.
Referenced by complex_task(), complex_task_data_alloc(), complex_task_data_free(), and poke_worker().
int task_executed |
Definition at line 1301 of file test_threadpool.c.
Referenced by complex_task(), and wait_for_complex_completion().
int task_started |
Definition at line 1300 of file test_threadpool.c.
Referenced by complex_task(), has_complex_started(), and wait_for_complex_start().