SimGrid
3.13
Versatile Simulation of Distributed Systems
|
Functions | |
XBT_LOG_EXTERNAL_CATEGORY (s4u) | |
XBT_LOG_NEW_DEFAULT_SUBCATEGORY (s4u_channel, s4u,"S4U Communication Mailboxes") | |
sg_mbox_t | sg_mbox_by_name (const char *name) |
int | sg_mbox_is_empty (sg_mbox_t mbox) |
void | sg_mbox_setReceiver (sg_mbox_t mbox, smx_process_t process) |
smx_process_t | sg_mbox_receiver (sg_mbox_t mbox) |
XBT_LOG_EXTERNAL_CATEGORY | ( | s4u | ) |
XBT_LOG_NEW_DEFAULT_SUBCATEGORY | ( | s4u_channel | , |
s4u | , | ||
"S4U Communication Mailboxes" | |||
) |
sg_mbox_t sg_mbox_by_name | ( | const char * | name | ) |
int sg_mbox_is_empty | ( | sg_mbox_t | mbox | ) |
void sg_mbox_setReceiver | ( | sg_mbox_t | mbox, |
smx_process_t | process | ||
) |
smx_process_t sg_mbox_receiver | ( | sg_mbox_t | mbox | ) |