|
Asterisk - The Open Source Telephony Project GIT-master-4f2b068
|

Data Fields | |
| int | complete |
| ast_cond_t | cond |
| int | fail |
| ast_mutex_t | lock |
| int(* | task )(void *) |
| void * | task_data |
Definition at line 580 of file taskpool.c.
| int complete |
Definition at line 583 of file taskpool.c.
Referenced by __ast_taskpool_push_wait(), __ast_taskpool_serializer_push_wait(), taskpool_sync_task(), and taskpool_sync_task_init().
| ast_cond_t cond |
Definition at line 582 of file taskpool.c.
Referenced by __ast_taskpool_push_wait(), __ast_taskpool_serializer_push_wait(), taskpool_sync_task(), taskpool_sync_task_cleanup(), and taskpool_sync_task_init().
| int fail |
Definition at line 584 of file taskpool.c.
Referenced by __ast_taskpool_push_wait(), __ast_taskpool_serializer_push_wait(), taskpool_sync_task(), and taskpool_sync_task_init().
| ast_mutex_t lock |
Definition at line 581 of file taskpool.c.
Referenced by __ast_taskpool_push_wait(), __ast_taskpool_serializer_push_wait(), taskpool_sync_task(), taskpool_sync_task_cleanup(), and taskpool_sync_task_init().
| int(* task) (void *) |
Definition at line 585 of file taskpool.c.
Referenced by taskpool_sync_task(), and taskpool_sync_task_init().
| void* task_data |
Definition at line 586 of file taskpool.c.
Referenced by taskpool_sync_task(), and taskpool_sync_task_init().