UbixOS
2.0
|
Go to the source code of this file.
Functions | |
int | sys_mpiCreateMbox (struct thread *td, struct sys_mpiCreateMbox_args *args) |
int | sys_mpiDestroyMbox (struct thread *td, struct sys_mpiDestroyMbox_args *args) |
int | sys_mpiFetchMessage (struct thread *td, struct sys_mpiFetchMessage_args *args) |
int | sys_mpiPostMessage (struct thread *td, struct sys_mpiPostMessage_args *args) |
int sys_mpiCreateMbox | ( | struct thread * | td, |
struct sys_mpiCreateMbox_args * | args | ||
) |
Definition at line 4 of file mpi_syscalls.c.
References mpi_createMbox(), sys_mpiCreateMbox_args::name, and thread::td_retval.
int sys_mpiDestroyMbox | ( | struct thread * | td, |
struct sys_mpiDestroyMbox_args * | args | ||
) |
Definition at line 9 of file mpi_syscalls.c.
References mpi_destroyMbox(), sys_mpiDestroyMbox_args::name, and thread::td_retval.
int sys_mpiFetchMessage | ( | struct thread * | td, |
struct sys_mpiFetchMessage_args * | args | ||
) |
Definition at line 14 of file mpi_syscalls.c.
References mpi_fetchMessage(), sys_mpiFetchMessage_args::msg, sys_mpiFetchMessage_args::name, and thread::td_retval.
int sys_mpiPostMessage | ( | struct thread * | td, |
struct sys_mpiPostMessage_args * | args | ||
) |
Definition at line 19 of file mpi_syscalls.c.
References kprintf(), mpi_postMessage(), sys_mpiPostMessage_args::msg, sys_mpiPostMessage_args::name, thread::td_retval, and sys_mpiPostMessage_args::type.