rtems_task_variable_t Struct Reference
[Thread Handler]

Per Task Variable Manager Structure. More...

#include <thread.h>


Data Fields

struct rtems_task_variable_tt * next
void ** ptr
void * gval
void * tval
void(* dtor )(void *)


Detailed Description

Per Task Variable Manager Structure.

This is the internal structure used to manager per Task Variables.


Field Documentation

struct rtems_task_variable_tt* rtems_task_variable_t::next [read]

This field points to the next per task variable for this task.

This field points to the physical memory location of this per task variable.

This field is to the global value for this per task variable.

This field is to this thread's value for this per task variable.

void(* rtems_task_variable_t::dtor)(void *)

This field points to the destructor for this per task variable.


The documentation for this struct was generated from the following file:

Generated on Mon Sep 8 06:16:46 2008 for RTEMSSuperCore by  doxygen 1.5.6