Loading...
Searching...
No Matches
mbox_t Struct Reference

Mailbox struct definition. More...

Detailed Description

Mailbox struct definition.

Definition at line 41 of file mbox.h.

#include <mbox.h>

Data Fields

list_node_t readers
 list of threads waiting for message

 
list_node_t writers
 list of threads waiting to send

 
cib_t cib
 cib for msg array

 
msg_tmsg_array
 ptr to array of msg queue

 

Field Documentation

◆ cib

cib_t mbox_t::cib

cib for msg array

Definition at line 44 of file mbox.h.

◆ msg_array

msg_t* mbox_t::msg_array

ptr to array of msg queue

Definition at line 45 of file mbox.h.

◆ readers

list_node_t mbox_t::readers

list of threads waiting for message

Definition at line 42 of file mbox.h.

◆ writers

list_node_t mbox_t::writers

list of threads waiting to send

Definition at line 43 of file mbox.h.


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