Asterisk - The Open Source Telephony Project
21.4.1
|
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.
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().