summaryrefslogtreecommitdiff
path: root/cpukit/score/src/threadrestart.c (follow)
AgeCommit message (Expand)Author
2016-04-18score: Use chain iterator for user extensionsSebastian Huber
2016-03-23score: Add and use RTEMS_UNREACHABLESebastian Huber
2016-03-18posix: Use per-thread lookup tree for POSIX KeysSebastian Huber
2016-03-18score: Destroy thread timer lockSebastian Huber
2016-03-04score: Replace watchdog handler implementationSebastian Huber
2016-01-11score: Introduce Thread_Entry_informationSebastian Huber
2015-12-11score: Untangle thread actionsSebastian Huber
2015-07-30score: Use a plain ticket lock for thread locksSebastian Huber
2015-07-30score: Add potpourri lock statisticsSebastian Huber
2015-07-23score: Introduce Thread_queue_HeadsSebastian Huber
2015-05-19score: Rework _Thread_Change_priority()Sebastian Huber
2015-05-19score: Add header to _Watchdog_Remove()Sebastian Huber
2015-03-24score: Add thread lockSebastian Huber
2015-03-05score: Simplify and fix signal deliverySebastian Huber
2014-06-23score: Fix thread deletion on SMPSebastian Huber
2014-06-04score: Replace _Scheduler_Allocate/Free()Sebastian Huber
2014-06-03score: Add and use _Thread_Owns_resources()Sebastian Huber
2014-05-21score: _Thread_Set_life_protection()Sebastian Huber
2014-05-14score: Add STATES_RESTARTINGSebastian Huber
2014-05-07score: Implement forced thread migrationSebastian Huber
2014-04-15score: Simplify thread control initializationSebastian Huber
2014-04-15score: Static scheduler configurationSebastian Huber
2014-04-04score: Add scheduler control to scheduler opsSebastian Huber
2014-04-03score: PR788: Add INTERNAL_ERROR_RESOURCE_IN_USESebastian Huber
2014-03-31score: Do not reset resource count during restartSebastian Huber
2014-03-31score: Thread life cycle re-implementationSebastian Huber
2014-03-31score: Replace _Thread_Reset()Sebastian Huber
2014-03-31score: Add parameter to _Thread_Restart()Sebastian Huber
2014-03-31score: Fix thread restart extensions contextSebastian Huber
2014-03-31score: Reduce _Thread_Reset() parametersSebastian Huber
2014-03-31score: Move _Thread_Reset() and make staticSebastian Huber
2014-03-31score: Use thread action for thread restartSebastian Huber
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns
2013-08-20smp: Disable restart of threads other than selfSebastian Huber
2013-08-09score: Per-CPU thread dispatch disable levelSebastian Huber
2013-07-26score: Create thread implementation headerSebastian Huber
2013-07-24score: Merge sysstate API into one fileSebastian Huber
2012-11-28score misc: Clean up Doxygen (GCI 2012)Alex Ivanov
2012-11-22score: Add and use <rtems/score/userextimpl.h>Sebastian Huber
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill
2011-01-282011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
2008-12-22Eliminate TRUE/FALSE.Ralf Corsepius
2008-09-04Convert to "bool".Ralf Corsepius
2008-08-082008-08-05 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill
2005-01-27Include config.h.Ralf Corsepius
2004-04-17Remove stray white spaces.Ralf Corsepius
2004-03-292004-04-29 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
1999-11-17Updated copyright notice.Joel Sherrill
1999-11-16Now use _Thread_Reset().Joel Sherrill