summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/taskvariableget.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-04rtems: Remove task variablesSebastian Huber1-88/+0
2015-03-17Disable deprecated warning on implementation of deprecated methodsJoel Sherrill1-3/+2
2014-04-04Disable per task variables when SMP is enabledJoel Sherrill1-1/+3
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-07-26score: Create thread implementation headerSebastian Huber1-2/+2
2013-07-23rtems: Create tasks implementation headerSebastian Huber1-1/+1
2013-07-22rtems: Error for task variables on SMPSebastian Huber1-0/+7
2013-06-07score: Add and use _Objects_Put()Sebastian Huber1-2/+2
2012-12-08misc rtems: Clean up Doxygen GCI Task #8Mathew Kallada1-3/+7
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2007-11-302007-11-30 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-29/+27
2007-10-262007-10-26 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-5/+3
2006-02-012006-02-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
2005-01-18Include config.h.Ralf Corsepius1-0/+4
2004-05-062004-05-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+6
2004-04-18Remove stray white spaces.Ralf Corsepius1-1/+1
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill1-1/+1
2000-01-23Directive rtems_task_variable_get() added by Eric Norum.Joel Sherrill1-14/+18
2000-01-21Patch from Eric Norum <eric@cls.usask.ca> to implement this:Joel Sherrill1-1/+1
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1999-11-16Moved task_variable pointer to basic shared part of TCB instead ofJoel Sherrill1-4/+2
1999-11-12Used typedef so all "struct rtems_task_variable_t" uses are nowJoel Sherrill1-4/+4
1999-11-12Added per task variables based on patch from Eric Norum <eric@cls.usask.ca>.Joel Sherrill1-0/+71