mailboxCreate.c File Reference

Implements the functions: mailboxCreate. More...

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

Include dependency graph for mailboxCreate.c:

Go to the source code of this file.

Functions

syscall mailboxCreate (uint count)
 Create a mailbox that allows count outstanding messages.


Detailed Description

Implements the functions: mailboxCreate.

Id
mailboxCreate.c 1538 2008-09-15 02:22:35Z agember

Definition in file mailboxCreate.c.


Function Documentation

syscall mailboxCreate ( uint  count  ) 

Create a mailbox that allows count outstanding messages.

Parameters:
count maximum number of messages allowed for the mailbox
Returns:
the number of the mailbox, SYSERR if none are available

Definition at line 18 of file mailboxCreate.c.

References memfree(), memget(), semcreate(), semfree(), signal(), SYSERR, and wait().

Here is the call graph for this function:


Generated on Fri Sep 19 13:40:29 2008 for Embedded XINU by  doxygen 1.5.6