| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Fields | |
| int | continue_task | 
| ast_mutex_t | lock | 
| ast_cond_t | notify_cond | 
| ast_cond_t | stall_cond | 
| int | task_executed | 
| int | task_started | 
Definition at line 1408 of file test_threadpool.c.
| int continue_task | 
Definition at line 1411 of file test_threadpool.c.
Referenced by complex_task(), and poke_worker().
| ast_mutex_t lock | 
Definition at line 1412 of file test_threadpool.c.
Referenced by complex_task(), complex_task_data_alloc(), complex_task_data_free(), has_complex_started(), poke_worker(), wait_for_complex_completion(), and wait_for_complex_start().
| ast_cond_t notify_cond | 
Definition at line 1414 of file test_threadpool.c.
Referenced by complex_task(), complex_task_data_alloc(), complex_task_data_free(), has_complex_started(), wait_for_complex_completion(), and wait_for_complex_start().
| ast_cond_t stall_cond | 
Definition at line 1413 of file test_threadpool.c.
Referenced by complex_task(), complex_task_data_alloc(), complex_task_data_free(), and poke_worker().
| int task_executed | 
Definition at line 1410 of file test_threadpool.c.
Referenced by complex_task(), and wait_for_complex_completion().
| int task_started | 
Definition at line 1409 of file test_threadpool.c.
Referenced by complex_task(), has_complex_started(), and wait_for_complex_start().