| UbixOS V2
    2.0
    | 


Go to the source code of this file.
| Data Structures | |
| struct | mpi_mbox | 
| struct | mpi_message | 
| Macros | |
| #define | MESSAGE_LENGTH 248 | 
| Typedefs | |
| typedef struct mpi_mbox | mpi_mbox_t | 
| typedef struct mpi_message | mpi_message_t | 
| Functions | |
| int | mpi_createMbox (char *) | 
| int | mpi_destroyMbox (char *) | 
| int | mpi_fetchMessage (char *, mpi_message_t *) | 
| int | mpi_postMessage (char *, uInt32, mpi_message_t *) | 
| int | mpi_spam (uInt32, void *) | 
| typedef struct mpi_mbox mpi_mbox_t | 
| typedef struct mpi_message mpi_message_t | 
| int mpi_createMbox | ( | char * | ) | 
Definition at line 68 of file system.c.
Referenced by sys_mpiCreateMbox(), and systemTask().
| int mpi_destroyMbox | ( | char * | ) | 
Definition at line 231 of file system.c.
Referenced by sys_mpiDestroyMbox().
| int mpi_fetchMessage | ( | char * | , | 
| mpi_message_t * | |||
| ) | 
Definition at line 187 of file system.c.
Referenced by sys_mpiFetchMessage(), and systemTask().
| int mpi_postMessage | ( | char * | , | 
| uInt32 | , | ||
| mpi_message_t * | |||
| ) | 
Referenced by sys_mpiPostMessage(), and sysMpiPostMessage().