queue_t Struct Reference

Contains pointers to head and tail of a linked list. More...

#include <kernel.h>


Data Fields

task_descriptor_thead
task_descriptor_ttail


Detailed Description

Contains pointers to head and tail of a linked list.

Definition at line 118 of file kernel.h.


Field Documentation

task_descriptor_t* queue_t::head

The first item in the queue. NULL if the queue is empty.

Definition at line 121 of file kernel.h.

task_descriptor_t* queue_t::tail

The last item in the queue. Undefined if the queue is empty.

Definition at line 123 of file kernel.h.


The documentation for this struct was generated from the following file:
Generated on Tue Oct 23 21:49:51 2007 for RTOS by  doxygen 1.5.1