|
Asterisk - The Open Source Telephony Project GIT-master-70eff7f
|

Data Fields | |
| int | complete |
| ast_cond_t | cond |
| int | fail |
| ast_mutex_t | lock |
| int(* | task )(void *) |
| void * | task_data |
Definition at line 597 of file taskpool.c.
| int complete |
Definition at line 600 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 599 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 601 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 598 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 602 of file taskpool.c.
Referenced by taskpool_sync_task(), and taskpool_sync_task_init().
| void* task_data |
Definition at line 603 of file taskpool.c.
Referenced by taskpool_sync_task(), and taskpool_sync_task_init().