Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
ast_cond_t | in |
ast_mutex_t | lock |
ast_cond_t | out |
int | task_complete |
int | task_started |
int | task_stop_waiting |
Definition at line 645 of file test_taskprocessor.c.
ast_cond_t in |
Definition at line 646 of file test_taskprocessor.c.
Referenced by shutdown_data_create(), shutdown_data_dtor(), shutdown_poke(), and shutdown_task_exec().
ast_mutex_t lock |
Definition at line 648 of file test_taskprocessor.c.
Referenced by shutdown_data_create(), shutdown_data_dtor(), shutdown_has_completed(), shutdown_poke(), shutdown_task_exec(), shutdown_waitfor_completion(), and shutdown_waitfor_start().
ast_cond_t out |
Definition at line 647 of file test_taskprocessor.c.
Referenced by shutdown_data_create(), shutdown_data_dtor(), shutdown_task_exec(), shutdown_waitfor_completion(), and shutdown_waitfor_start().
int task_complete |
Definition at line 649 of file test_taskprocessor.c.
Referenced by shutdown_has_completed(), shutdown_task_exec(), and shutdown_waitfor_completion().
int task_started |
Definition at line 650 of file test_taskprocessor.c.
Referenced by shutdown_task_exec(), and shutdown_waitfor_start().
int task_stop_waiting |
Definition at line 651 of file test_taskprocessor.c.
Referenced by shutdown_data_create(), shutdown_poke(), and shutdown_task_exec().