#include <queue.h>

Go to the source code of this file.
Functions | |
| qid_typ | newqueue (void) |
| Initialize a new queue in the global thread queue table. | |
Definition in file newqueue.c.
| qid_typ newqueue | ( | void | ) |
Initialize a new queue in the global thread queue table.
< next available quetab entry
Definition at line 15 of file newqueue.c.
References EMPTY, MAXKEY, MINKEY, NQENT, quetab, and SYSERR.
Referenced by sysinit().

1.5.5