mailboxSend.c File Reference
Implements the functions: mailboxSend.
More...
#include <stddef.h>
#include <mailbox.h>
Go to the source code of this file.
Detailed Description
Implements the functions: mailboxSend.
- Id
- mailboxSend.c 1339 2008-06-24 01:07:10Z mschul
Definition in file mailboxSend.c.
Function Documentation
| syscall mailboxSend |
( |
mailbox |
box, |
|
|
int |
mailmsg | |
|
) |
| | |
Send a mailmsg to a mailbox.
- Parameters:
-
| box | the number of the mailbox to send to |
| mailmsg | the mailmsg to send |
- Returns:
- OK if the mailmsg was enqueued, otherwise SYSERR
Definition at line 18 of file mailboxSend.c.
References OK, signal(), SYSERR, and wait().