summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/thread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Fix warningSebastian Huber2014-04-221-2/+0
* score: Delete superfluous assignmentsSebastian Huber2014-04-221-7/+0
* score: Simplify thread control initializationSebastian Huber2014-04-151-2/+1
* score: Delete _Thread_Ticks_per_timesliceSebastian Huber2014-04-071-2/+0
* score: Delete _Thread_Maximum_extensionsSebastian Huber2014-04-071-4/+0
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* score: Rename _Internal_error_Occurred()Sebastian Huber2014-02-211-1/+1
* score: Add _Thread_Get_maximum_internal_threads()Sebastian Huber2014-02-041-11/+1
* score: Create thread implementation headerSebastian Huber2013-07-261-21/+2
* smp: Add maximum_processors field to configSebastian Huber2013-05-161-1/+1
* score misc: Score misc: Clean up Doxygen #9 (GCI 2012)Alex Ivanov2012-11-301-13/+7
* score: Add and use <rtems/score/userextimpl.h>Sebastian Huber2012-11-221-1/+0
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
* 2011-12-14 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-12-141-14/+13
* 2011-04-04 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-04-041-1/+1
* 2011-03-16 Jennifer Averett <jennifer.averett@OARcorp.com>Joel Sherrill2011-03-161-17/+29
* 2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-01-281-1/+1
* 2010-11-24 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2010-11-241-8/+1
* 2010-07-30 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2010-07-301-1/+1
* 2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-291-2/+0
* 2009-09-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-09-111-1/+1
* Eliminate TRUE/FALSE.Ralf Corsepius2008-12-221-4/+4
* 2008-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-171-12/+14
* 2008-12-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-151-3/+3
* 2008-08-07 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-071-0/+4
* 2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-12-031-3/+3
* 2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-11-281-2/+5
* Include config.h.Ralf Corsepius2005-01-271-0/+4
* Remove stray white spaces.Ralf Corsepius2004-04-171-1/+1
* Remove stray white spaces.Ralf Corsepius2004-04-151-1/+0
* 2004-04-29 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-291-4/+4
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+1
* 2002-07-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-011-4/+9
* Port of RTEMS to the Texas Instruments C3x/C4x DSP families includingJoel Sherrill2000-07-261-0/+2
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
* Thread Handler split into multiple files. Eventually, as RTEMS isJoel Sherrill1999-05-171-1304/+0
* Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill1998-11-231-0/+2
* Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1998-11-191-0/+8
* IDLE task stack size now specified as a field in the CPU Table for allJoel Sherrill1998-09-231-2/+7
* Ralf Corsepius noted that there was a dead path in _Thread_Initialize.Joel Sherrill1998-02-181-6/+2
* updated copyright to 1998Joel Sherrill1998-02-171-1/+1
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-081-2/+2
* Added support for context switching the data used by the gcc m68kJoel Sherrill1997-05-281-1/+1
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-221-5/+5
* added support for tracking thread cpu usage.Joel Sherrill1997-04-091-0/+2
* Modified calls to _Thread_Change_priority to take a third argument. The newJoel Sherrill1997-03-081-3/+30
* added some casts to reduce warnings reported by users with Microtec C++Joel Sherrill1997-01-081-10/+14
* added support for cpu time used field in tcbJoel Sherrill1996-10-151-0/+16
* _Thread_Start_multitasking: added code to initialize the floating pointJoel Sherrill1996-08-151-1/+25
* Added code so post context switch extensions can be run on every contextJoel Sherrill1996-06-131-2/+5