summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/thread.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-22score: Fix warningSebastian Huber1-2/+0
2014-04-22score: Delete superfluous assignmentsSebastian Huber1-7/+0
2014-04-15score: Simplify thread control initializationSebastian Huber1-2/+1
2014-04-07score: Delete _Thread_Ticks_per_timesliceSebastian Huber1-2/+0
2014-04-07score: Delete _Thread_Maximum_extensionsSebastian Huber1-4/+0
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2014-02-21score: Rename _Internal_error_Occurred()Sebastian Huber1-1/+1
2014-02-04score: Add _Thread_Get_maximum_internal_threads()Sebastian Huber1-11/+1
2013-07-26score: Create thread implementation headerSebastian Huber1-21/+2
2013-05-16smp: Add maximum_processors field to configSebastian Huber1-1/+1
2012-11-30score misc: Score misc: Clean up Doxygen #9 (GCI 2012)Alex Ivanov1-13/+7
2012-11-22score: Add and use <rtems/score/userextimpl.h>Sebastian Huber1-1/+0
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2011-12-142011-12-14 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-14/+13
2011-04-042011-04-04 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-1/+1
2011-03-162011-03-16 Jennifer Averett <jennifer.averett@OARcorp.com>Joel Sherrill1-17/+29
2011-01-282011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-1/+1
2010-11-242010-11-24 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill1-8/+1
2010-07-302010-07-30 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill1-1/+1
2010-06-292010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-2/+0
2009-09-112009-09-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-1/+1
2008-12-22Eliminate TRUE/FALSE.Ralf Corsepius1-4/+4
2008-12-172008-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-12/+14
2008-12-152008-12-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-3/+3
2008-08-072008-08-07 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+4
2007-12-032007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-3/+3
2007-11-282007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-2/+5
2005-01-27Include config.h.Ralf Corsepius1-0/+4
2004-04-17Remove stray white spaces.Ralf Corsepius1-1/+1
2004-04-15Remove stray white spaces.Ralf Corsepius1-1/+0
2004-03-292004-04-29 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-4/+4
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
2002-07-012002-07-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-4/+9
2000-07-26Port of RTEMS to the Texas Instruments C3x/C4x DSP families includingJoel Sherrill1-0/+2
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1999-05-17Thread Handler split into multiple files. Eventually, as RTEMS isJoel Sherrill1-1304/+0
1998-11-23Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill1-0/+2
1998-11-19Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1-0/+8
1998-09-23IDLE task stack size now specified as a field in the CPU Table for allJoel Sherrill1-2/+7
1998-02-18Ralf Corsepius noted that there was a dead path in _Thread_Initialize.Joel Sherrill1-6/+2
1998-02-17updated copyright to 1998Joel Sherrill1-1/+1
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill1-2/+2
1997-05-28Added support for context switching the data used by the gcc m68kJoel Sherrill1-1/+1
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill1-5/+5
1997-04-09added support for tracking thread cpu usage.Joel Sherrill1-0/+2
1997-03-08Modified calls to _Thread_Change_priority to take a third argument. The newJoel Sherrill1-3/+30
1997-01-08added some casts to reduce warnings reported by users with Microtec C++Joel Sherrill1-10/+14
1996-10-15added support for cpu time used field in tcbJoel Sherrill1-0/+16
1996-08-15_Thread_Start_multitasking: added code to initialize the floating pointJoel Sherrill1-1/+25
1996-06-13Added code so post context switch extensions can be run on every contextJoel Sherrill1-2/+5