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

Go to the source code of this file.
Functions | |
| syscall | mailboxCreate (uint count) |
| Create a mailbox that allows count outstanding messages. | |
Definition in file mailboxCreate.c.
Create a mailbox that allows count outstanding messages.
| count | maximum number of messages allowed for the mailbox |
Definition at line 18 of file mailboxCreate.c.
References memfree(), memget(), semcreate(), semfree(), signal(), SYSERR, and wait().

1.5.6