Asterisk - The Open Source Telephony Project
21.4.1
|
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.
int grow_count |
Number of entries added by the grow thread.
Definition at line 63 of file test_astobj2_thrash.c.
int max_grow |
Number of entries to insert in the grow thread.
Definition at line 61 of file test_astobj2_thrash.c.
int preload |
Entries preloaded into the hashtab; to be deleted by the shrink thread
Definition at line 65 of file test_astobj2_thrash.c.
struct ast_test* test |
The actual test object
Definition at line 61 of file test_hashtab_thrash.c.
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.