Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
struct timeval | deadline |
int | grow_count |
int | max_grow |
int | preload |
struct ast_test * | test |
struct ast_hashtab * | to_be_thrashed |
struct ao2_container * | 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(), and is_timed_out().
int grow_count |
Number of enteries added by the grow thread.
Definition at line 63 of file test_astobj2_thrash.c.
Referenced by hash_test_grow(), 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_grow(), 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(), and hash_test_shrink().
The actual test object
Definition at line 61 of file test_hashtab_thrash.c.
Referenced by AST_TEST_DEFINE(), and is_timed_out().
struct ast_hashtab* to_be_thrashed |
Unit under test
Definition at line 51 of file test_hashtab_thrash.c.
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_grow(), hash_test_lookup(), and hash_test_shrink().