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

| Data Fields | |
| int | complete | 
| ast_cond_t | cond | 
| int | fail | 
| ast_mutex_t | lock | 
| int(* | task )(void *) | 
| void * | task_data | 
Definition at line 568 of file taskpool.c.
| int complete | 
Definition at line 571 of file taskpool.c.
| ast_cond_t cond | 
Definition at line 570 of file taskpool.c.
| int fail | 
Definition at line 572 of file taskpool.c.
Referenced by taskpool_sync_task().
| ast_mutex_t lock | 
Definition at line 569 of file taskpool.c.
| int(* task) (void *) | 
Definition at line 573 of file taskpool.c.
| void* task_data | 
Definition at line 574 of file taskpool.c.