Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
ast_cond_t | cond |
int | empty_notice |
ast_mutex_t | lock |
int | num_active |
int | num_idle |
int | num_tasks |
int | task_pushed |
int | was_empty |
Definition at line 42 of file test_threadpool.c.
ast_cond_t cond |
Definition at line 50 of file test_threadpool.c.
Referenced by AST_TEST_DEFINE(), test_alloc(), test_emptied(), test_shutdown(), test_state_changed(), test_task_pushed(), wait_for_empty_notice(), wait_for_task_pushed(), wait_until_thread_state(), and wait_until_thread_state_task_pushed().
int empty_notice |
Definition at line 47 of file test_threadpool.c.
Referenced by listener_check(), test_emptied(), and wait_for_empty_notice().
ast_mutex_t lock |
Definition at line 49 of file test_threadpool.c.
Referenced by AST_TEST_DEFINE(), complex_task(), has_complex_started(), poke_worker(), simple_task(), test_alloc(), test_emptied(), test_shutdown(), test_state_changed(), test_task_pushed(), wait_for_completion(), wait_for_complex_completion(), wait_for_complex_start(), wait_for_empty_notice(), wait_for_task_pushed(), wait_until_thread_state(), and wait_until_thread_state_task_pushed().
int num_active |
Definition at line 43 of file test_threadpool.c.
Referenced by listener_check(), test_state_changed(), and wait_until_thread_state().
int num_idle |
Definition at line 44 of file test_threadpool.c.
Referenced by listener_check(), test_state_changed(), and wait_until_thread_state().
int num_tasks |
Definition at line 46 of file test_threadpool.c.
Referenced by listener_check(), test_task_pushed(), and wait_until_thread_state_task_pushed().
int task_pushed |
Definition at line 45 of file test_threadpool.c.
Referenced by listener_check(), test_task_pushed(), and wait_for_task_pushed().
int was_empty |
Definition at line 48 of file test_threadpool.c.
Referenced by listener_check(), and test_task_pushed().