Asterisk - The Open Source Telephony Project
18.5.0
|
userdata associated with baseline taskprocessor test More...
Data Fields | |
ast_cond_t | cond |
ast_mutex_t | lock |
int | task_complete |
unsigned long | wait_time |
userdata associated with baseline taskprocessor test
Definition at line 44 of file test_taskprocessor.c.
ast_cond_t cond |
Definition at line 46 of file test_taskprocessor.c.
Referenced by task(), task_data_create(), task_data_dtor(), and task_wait().
ast_mutex_t lock |
Definition at line 48 of file test_taskprocessor.c.
Referenced by load_task(), shutdown_has_completed(), shutdown_poke(), shutdown_task_exec(), shutdown_waitfor_completion(), shutdown_waitfor_start(), task(), task_data_create(), task_data_dtor(), and task_wait().
int task_complete |
Boolean indicating that the task was run
Definition at line 50 of file test_taskprocessor.c.
Referenced by task(), task_data_create(), and task_wait().
unsigned long wait_time |
Milliseconds to wait before returning
Definition at line 52 of file test_taskprocessor.c.
Referenced by AST_TEST_DEFINE(), task(), and task_data_create().