XINU
|
#include <xinu.h>
Go to the source code of this file.
Functions | |
status | mark (int32 *loc) |
void | markinit (void) |
Variables | |
int32 * | marks [MAXMARK] |
sid32 | mkmutex |
int32 | nmarks |
void markinit | ( | void | ) |
Definition at line 13 of file mark.c.
References mkmutex, nmarks, and semcreate().
sid32 mkmutex |
Definition at line 7 of file mark.c.
Referenced by mark(), and markinit().
int32 nmarks |
Definition at line 6 of file mark.c.
Referenced by mark(), and markinit().