Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
int | complete |
ast_cond_t | cond |
int | fail |
ast_mutex_t | lock |
int(* | task )(void *) |
void * | task_data |
int complete |
Definition at line 1279 of file stasis.c.
Referenced by ast_sip_push_task_wait(), dispatch_exec_sync(), dispatch_message(), and sync_task().
ast_cond_t cond |
Definition at line 1278 of file stasis.c.
Referenced by ast_sip_push_task_wait(), dispatch_exec_sync(), dispatch_message(), and sync_task().
int fail |
Definition at line 5151 of file res_pjsip.c.
Referenced by ast_sip_push_task_wait(), and sync_task().
ast_mutex_t lock |
Definition at line 1277 of file stasis.c.
Referenced by ast_sip_push_task_wait(), dispatch_exec_sync(), dispatch_message(), and sync_task().
int(* task) (void *) |
Definition at line 5152 of file res_pjsip.c.
Referenced by ast_sip_push_task_wait(), and sync_task().
void * task_data |
Definition at line 1280 of file stasis.c.
Referenced by ast_sip_push_task_wait(), dispatch_exec_sync(), dispatch_message(), and sync_task().