summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadrestart.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* posix: Rework pthread_join()Sebastian Huber2016-05-201-4/+88
* score: Simplify _Thread_Life_action_handler()Sebastian Huber2016-05-201-65/+29
* score: Rework _Thread_Cancel()Sebastian Huber2016-05-201-54/+31
* score: Rework _Thread_Restart_other()Sebastian Huber2016-05-201-9/+79
* score: Split _Thread_Restart()Sebastian Huber2016-05-201-14/+82
* score: Add _Thread_Join() and _Thread_Cancel()Sebastian Huber2016-05-201-20/+61
* score: Rework _Thread_Exit()Sebastian Huber2016-05-201-4/+16
* score: Add _Thread_Raise_real_priority()Sebastian Huber2016-05-201-14/+16
* score: Add Thread_Change_life()Sebastian Huber2016-05-201-39/+56
* score: Delete unused variableSebastian Huber2016-05-201-6/+3
* score: Avoid superfluous life protectionSebastian Huber2016-05-201-3/+0
* score: Add _Thread_Exit()Sebastian Huber2016-05-201-4/+14
* score: Introduce thread state lockSebastian Huber2016-05-121-18/+26
* score: Use chain iterator for user extensionsSebastian Huber2016-04-181-0/+2
* score: Add and use RTEMS_UNREACHABLESebastian Huber2016-03-231-4/+2
* posix: Use per-thread lookup tree for POSIX KeysSebastian Huber2016-03-181-0/+1
* score: Destroy thread timer lockSebastian Huber2016-03-181-4/+1
* score: Replace watchdog handler implementationSebastian Huber2016-03-041-4/+8
* score: Introduce Thread_Entry_informationSebastian Huber2016-01-111-6/+4
* score: Untangle thread actionsSebastian Huber2015-12-111-2/+13
* score: Use a plain ticket lock for thread locksSebastian Huber2015-07-301-1/+2
* score: Add potpourri lock statisticsSebastian Huber2015-07-301-0/+1
* score: Introduce Thread_queue_HeadsSebastian Huber2015-07-231-4/+9
* score: Rework _Thread_Change_priority()Sebastian Huber2015-05-191-12/+34
* score: Add header to _Watchdog_Remove()Sebastian Huber2015-05-191-2/+2
* score: Add thread lockSebastian Huber2015-03-241-0/+4
* score: Simplify and fix signal deliverySebastian Huber2015-03-051-1/+0
* score: Fix thread deletion on SMPSebastian Huber2014-06-231-5/+5
* score: Replace _Scheduler_Allocate/Free()Sebastian Huber2014-06-041-1/+1
* score: Add and use _Thread_Owns_resources()Sebastian Huber2014-06-031-1/+1
* score: _Thread_Set_life_protection()Sebastian Huber2014-05-211-4/+0
* score: Add STATES_RESTARTINGSebastian Huber2014-05-141-1/+1
* score: Implement forced thread migrationSebastian Huber2014-05-071-1/+1
* score: Simplify thread control initializationSebastian Huber2014-04-151-2/+0
* score: Static scheduler configurationSebastian Huber2014-04-151-4/+4
* score: Add scheduler control to scheduler opsSebastian Huber2014-04-041-7/+16
* score: PR788: Add INTERNAL_ERROR_RESOURCE_IN_USESebastian Huber2014-04-031-0/+8
* score: Do not reset resource count during restartSebastian Huber2014-03-311-1/+0
* score: Thread life cycle re-implementationSebastian Huber2014-03-311-7/+292
* score: Replace _Thread_Reset()Sebastian Huber2014-03-311-23/+18
* score: Add parameter to _Thread_Restart()Sebastian Huber2014-03-311-2/+9
* score: Fix thread restart extensions contextSebastian Huber2014-03-311-2/+2
* score: Reduce _Thread_Reset() parametersSebastian Huber2014-03-311-19/+7
* score: Move _Thread_Reset() and make staticSebastian Huber2014-03-311-0/+28
* score: Use thread action for thread restartSebastian Huber2014-03-311-15/+35
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* smp: Disable restart of threads other than selfSebastian Huber2013-08-201-0/+10
* score: Per-CPU thread dispatch disable levelSebastian Huber2013-08-091-3/+0
* score: Create thread implementation headerSebastian Huber2013-07-261-11/+1
* score: Merge sysstate API into one fileSebastian Huber2013-07-241-1/+0