|
Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <stddef.h>#include <thread.h>#include <queue.h>#include <core.h>Functions | |
| tid_typ | enqueue (tid_typ tid, qid_typ q) |
| tid_typ | dequeue (qid_typ q) |
| void | quetab_acquire () |
| void | quetab_release () |
Variables | |
| struct queent | quetab [NQENT] |
| struct queent quetab[NQENT] |
global thread queue table
1.8.5