Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
ast_cond_t | cond |
ast_mutex_t | lock |
int | task_executed |
Definition at line 112 of file test_threadpool.c.
ast_cond_t cond |
Definition at line 115 of file test_threadpool.c.
Referenced by simple_task(), simple_task_data_alloc(), simple_task_data_free(), and wait_for_completion().
ast_mutex_t lock |
Definition at line 114 of file test_threadpool.c.
Referenced by simple_task(), simple_task_data_alloc(), simple_task_data_free(), and wait_for_completion().
int task_executed |
Definition at line 113 of file test_threadpool.c.
Referenced by simple_task(), and wait_for_completion().