#include <mpi.h>
Collaboration diagram for mpi_mbox:
Data Fields | |
mpi_message * | msg |
mpi_message * | msgLast |
char | name [64] |
mpi_mbox * | next |
pidType | pid |
mpi_mbox * | prev |
Definition at line 45 of file mpi.h.
struct mpi_message* mpi_mbox::msg |
Definition at line 48 of file mpi.h.
Referenced by mpi_fetchMessage(), mpi_postMessage(), and mpi_spam().
struct mpi_message* mpi_mbox::msgLast |
char mpi_mbox::name[64] |
Definition at line 50 of file mpi.h.
Referenced by mpi_createMbox(), mpi_destroyMbox(), and mpi_findMbox().
struct mpi_mbox* mpi_mbox::next |
Definition at line 46 of file mpi.h.
Referenced by mpi_createMbox(), mpi_destroyMbox(), mpi_findMbox(), and mpi_spam().
Definition at line 51 of file mpi.h.
Referenced by mpi_createMbox(), mpi_destroyMbox(), and mpi_fetchMessage().
struct mpi_mbox* mpi_mbox::prev |