#include <thread.h>
Data Fields | |
| struct rtems_task_variable_tt * | next |
| void ** | ptr |
| void * | gval |
| void * | tval |
| void(* | dtor )(void *) |
This is the internal structure used to manager per Task Variables.
struct rtems_task_variable_tt* rtems_task_variable_t::next [read] |
This field points to the next per task variable for this task.
| void** rtems_task_variable_t::ptr |
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.
1.5.6