Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
bridge_channel_impart_cond Struct Reference

Internal bridge impart wait condition and associated conditional. More...

Collaboration diagram for bridge_channel_impart_cond:
Collaboration graph
[legend]

Data Fields

ast_cond_t cond
 
int done
 
ast_mutex_t lock
 
struct {
   struct bridge_channel_impart_cond *   next
 
node
 

Detailed Description

Internal bridge impart wait condition and associated conditional.

Definition at line 1515 of file bridge.c.

Field Documentation

◆ cond

ast_cond_t cond

Wait condition

Definition at line 1520 of file bridge.c.

Referenced by ast_bridge_impart(), bridge_channel_impart_ds_head_signal(), and bridge_channel_impart_wait().

◆ done

int done

Wait until done

Definition at line 1522 of file bridge.c.

Referenced by ast_bridge_impart(), bridge_channel_impart_ds_head_signal(), and bridge_channel_impart_wait().

◆ lock

Lock for the data structure

Definition at line 1518 of file bridge.c.

Referenced by ast_bridge_impart(), bridge_channel_impart_ds_head_signal(), and bridge_channel_impart_wait().

◆ next

Definition at line 1516 of file bridge.c.

◆ node

struct { ... } node

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