summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/taskvariabledelete.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved task_variable pointer to basic shared part of TCB instead ofJoel Sherrill1999-11-161-4/+2
| | | | | | | RTEMS API extension to avoid problems when the extension is freed. Eventually the task variable switch extension should become part of the core context switch and the Ada tcb self implemented in terms of it.
* Used typedef so all "struct rtems_task_variable_t" uses are nowJoel Sherrill1999-11-121-4/+4
| | | | just "rtems_task_variable_t".
* Added per task variables based on patch from Eric Norum <eric@cls.usask.ca>.Joel Sherrill1999-11-121-0/+71
After being submitted, this support was rewritten to be inside the executive rather than layered on top of it using an extension.