summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadrestart.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-02score: Introduce Thread_Scheduler_control::homeSebastian Huber1-1/+1
2016-11-02score: Delete Thread_Scheduler_control::own_nodeSebastian Huber1-1/+1
2016-11-02score: Add thread scheduler lockSebastian Huber1-0/+1
2016-09-21score: Rework thread priority managementSebastian Huber1-34/+27
2016-09-08score: Introduce _Thread_Get_priority()Sebastian Huber1-2/+2
2016-09-08score: Introduce Thread_queue_Lock_contextSebastian Huber1-1/+1
2016-09-08score: Simplify thread queue acquire/releaseSebastian Huber1-4/+1
2016-08-05score: Simplify _Thread_Finalize_life_change()Sebastian Huber1-7/+1
2016-07-27score: Turn thread lock into thread wait lockSebastian Huber1-2/+1
2016-07-25cpukit: Add and use Watchdog_Discipline.Gedare Bloom1-1/+1
2016-07-01score: Change scheduler node init and destroySebastian Huber1-1/+4
2016-07-01score: Workaround for #2751Sebastian Huber1-0/+4
2016-06-16score: Fix thread delete race condition on SMPSebastian Huber1-6/+17
2016-05-30score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber1-8/+10
2016-05-30score: Add _Thread_queue_Context_set_MP_callout()Sebastian Huber1-1/+1
2016-05-26score: Add Status_Control for all APIsSebastian Huber1-6/+4
2016-05-25score: Move thread queue MP callout to contextSebastian Huber1-14/+17
2016-05-25score: Get rid of mp_id parameterSebastian Huber1-1/+0
2016-05-20posix: Rework thread cancellationSebastian Huber1-3/+3
2016-05-20posix: Rework pthread_join()Sebastian Huber1-4/+88
2016-05-20score: Simplify _Thread_Life_action_handler()Sebastian Huber1-65/+29
2016-05-20score: Rework _Thread_Cancel()Sebastian Huber1-54/+31
2016-05-20score: Rework _Thread_Restart_other()Sebastian Huber1-9/+79
2016-05-20score: Split _Thread_Restart()Sebastian Huber1-14/+82
2016-05-20score: Add _Thread_Join() and _Thread_Cancel()Sebastian Huber1-20/+61
2016-05-20score: Rework _Thread_Exit()Sebastian Huber1-4/+16
2016-05-20score: Add _Thread_Raise_real_priority()Sebastian Huber1-14/+16
2016-05-20score: Add Thread_Change_life()Sebastian Huber1-39/+56
2016-05-20score: Delete unused variableSebastian Huber1-6/+3
2016-05-20score: Avoid superfluous life protectionSebastian Huber1-3/+0
2016-05-20score: Add _Thread_Exit()Sebastian Huber1-4/+14
2016-05-12score: Introduce thread state lockSebastian Huber1-18/+26
2016-04-18score: Use chain iterator for user extensionsSebastian Huber1-0/+2
2016-03-23score: Add and use RTEMS_UNREACHABLESebastian Huber1-4/+2
2016-03-18posix: Use per-thread lookup tree for POSIX KeysSebastian Huber1-0/+1
2016-03-18score: Destroy thread timer lockSebastian Huber1-4/+1
2016-03-04score: Replace watchdog handler implementationSebastian Huber1-4/+8
2016-01-11score: Introduce Thread_Entry_informationSebastian Huber1-6/+4
2015-12-11score: Untangle thread actionsSebastian Huber1-2/+13
2015-07-30score: Use a plain ticket lock for thread locksSebastian Huber1-1/+2
2015-07-30score: Add potpourri lock statisticsSebastian Huber1-0/+1
2015-07-23score: Introduce Thread_queue_HeadsSebastian Huber1-4/+9
2015-05-19score: Rework _Thread_Change_priority()Sebastian Huber1-12/+34
2015-05-19score: Add header to _Watchdog_Remove()Sebastian Huber1-2/+2
2015-03-24score: Add thread lockSebastian Huber1-0/+4
2015-03-05score: Simplify and fix signal deliverySebastian Huber1-1/+0
2014-06-23score: Fix thread deletion on SMPSebastian Huber1-5/+5
2014-06-04score: Replace _Scheduler_Allocate/Free()Sebastian Huber1-1/+1
2014-06-03score: Add and use _Thread_Owns_resources()Sebastian Huber1-1/+1
2014-05-21score: _Thread_Set_life_protection()Sebastian Huber1-4/+0