Embedded Xinu Operating System
An ongoing research project and educational operating system.
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups Pages
Functions | Variables
queue.c File Reference
#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]
 

Variable Documentation

struct queent quetab[NQENT]

global thread queue table