Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
sync_task_data Struct Reference
Collaboration diagram for sync_task_data:
Collaboration graph
[legend]

Data Fields

int complete
 
ast_cond_t cond
 
int fail
 
ast_mutex_t lock
 
int(* task )(void *)
 
void * task_data
 

Detailed Description

Definition at line 1276 of file stasis.c.

Field Documentation

◆ complete

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().

◆ cond

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().

◆ fail

int fail

Definition at line 5151 of file res_pjsip.c.

Referenced by ast_sip_push_task_wait(), and sync_task().

◆ lock

Definition at line 1277 of file stasis.c.

Referenced by ast_sip_push_task_wait(), dispatch_exec_sync(), dispatch_message(), and sync_task().

◆ task

int(* task) (void *)

Definition at line 5152 of file res_pjsip.c.

Referenced by ast_sip_push_task_wait(), and sync_task().

◆ task_data

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().


The documentation for this struct was generated from the following files: