|
Asterisk - The Open Source Telephony Project GIT-master-4f2b068
|
Relevant data associated with taskprocessor load test. More...

Data Fields | |
| ast_cond_t | cond |
| ast_mutex_t | lock |
| int | task_rand [NUM_TASKS] |
| int | tasks_completed |
Relevant data associated with taskprocessor load test.
Definition at line 322 of file test_taskprocessor.c.
| ast_cond_t cond |
Condition used to indicate a task has completed executing
Definition at line 324 of file test_taskprocessor.c.
Referenced by AST_TEST_DEFINE(), and load_task().
| ast_mutex_t lock |
Lock used to protect the condition
Definition at line 326 of file test_taskprocessor.c.
Referenced by AST_TEST_DEFINE(), and load_task().
| int task_rand[NUM_TASKS] |
Storage for task-specific data
Definition at line 330 of file test_taskprocessor.c.
Referenced by AST_TEST_DEFINE(), and load_task().
| int tasks_completed |
Counter of the number of completed tasks
Definition at line 328 of file test_taskprocessor.c.
Referenced by AST_TEST_DEFINE(), and load_task().