| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Fields | |
| struct timeval | deadline | 
| int | grow_count | 
| int | max_grow | 
| int | preload | 
| struct ast_test * | test | 
| struct ao2_container * | to_be_thrashed | 
| struct ast_hashtab * | to_be_thrashed | 
Definition at line 57 of file test_astobj2_thrash.c.
| struct timeval deadline | 
When to give up on the tests
Definition at line 67 of file test_astobj2_thrash.c.
Referenced by AST_TEST_DEFINE(), is_timed_out(), and is_timed_out().
| int grow_count | 
Number of entries added by the grow thread.
Definition at line 63 of file test_astobj2_thrash.c.
Referenced by hash_test_grow(), hash_test_grow(), hash_test_lookup(), and hash_test_lookup().
| int max_grow | 
Number of entries to insert in the grow thread.
Definition at line 61 of file test_astobj2_thrash.c.
Referenced by AST_TEST_DEFINE(), hash_test_count(), hash_test_count(), hash_test_grow(), hash_test_grow(), hash_test_lookup(), and hash_test_lookup().
| int preload | 
Entries preloaded into the hashtab; to be deleted by the shrink thread
Definition at line 65 of file test_astobj2_thrash.c.
Referenced by AST_TEST_DEFINE(), hash_test_shrink(), and hash_test_shrink().
| struct ast_test* test | 
The actual test object
Definition at line 61 of file test_hashtab_thrash.c.
Referenced by AST_TEST_DEFINE(), and is_timed_out().
| struct ao2_container* to_be_thrashed | 
Unit under test
Definition at line 59 of file test_astobj2_thrash.c.
Referenced by AST_TEST_DEFINE(), hash_test_count(), hash_test_count(), hash_test_grow(), hash_test_grow(), hash_test_lookup(), hash_test_lookup(), hash_test_shrink(), and hash_test_shrink().
| struct ast_hashtab* to_be_thrashed | 
Unit under test
Definition at line 51 of file test_hashtab_thrash.c.