mailboxSend.c File Reference

Implements the functions: mailboxSend. More...

#include <stddef.h>
#include <mailbox.h>

Include dependency graph for mailboxSend.c:

Go to the source code of this file.

Functions

syscall mailboxSend (mailbox box, int mailmsg)
 Send a mailmsg to a mailbox.


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().

Here is the call graph for this function:


Generated on Wed Aug 27 06:08:49 2008 for Embedded XINU by  doxygen 1.5.5