Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Data Fields | |
ast_cond_t | cond |
int * | destructor_count |
int | dup_number |
int | i |
int | id |
ast_mutex_t | lock |
int | scheduledCBstarted |
Definition at line 75 of file test_astobj2.c.
ast_cond_t cond |
Definition at line 342 of file test_sched.c.
Referenced by AST_TEST_DEFINE(), lockingcb(), and test_obj_cleanup().
int* destructor_count |
What to decrement when object is destroyed.
Definition at line 77 of file test_astobj2.c.
Referenced by AST_TEST_DEFINE(), astobj2_test_1_helper(), insert_test_duplicates(), insert_test_vector(), and test_obj_destructor().
int dup_number |
Identifier for duplicate object key tests.
Definition at line 81 of file test_astobj2.c.
Referenced by insert_test_duplicates(), and test_expected_duplicates().
int i |
Container object key
Definition at line 79 of file test_astobj2.c.
Referenced by all_but_one_cb(), AST_TEST_DEFINE(), astobj2_test_1_helper(), increment_cb(), insert_test_duplicates(), insert_test_vector(), multiple_cb(), test_ao2_callback_traversal(), test_ao2_find_w_no_flags(), test_ao2_find_w_OBJ_KEY(), test_ao2_find_w_OBJ_PARTIAL_KEY(), test_ao2_find_w_OBJ_POINTER(), test_ao2_iteration(), test_cmp_cb(), test_expected_duplicates(), test_hash_cb(), test_performance(), test_sort_cb(), and testloop().
int id |
Definition at line 344 of file test_sched.c.
Referenced by Section::__cmp__(), Section::__eq__(), Section::__ge__(), Section::__gt__(), Section::__le__(), Section::__lt__(), AST_TEST_DEFINE(), and Model::load().
ast_mutex_t lock |
Definition at line 341 of file test_sched.c.
Referenced by AST_TEST_DEFINE(), lockingcb(), and test_obj_cleanup().
int scheduledCBstarted |
Definition at line 343 of file test_sched.c.
Referenced by AST_TEST_DEFINE(), and lockingcb().