summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadrestart.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-04doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber1-1/+1
2018-12-14score: Static Objects_Information initializationSebastian Huber1-1/+1
2018-10-29posix: Provide threads by defaultSebastian Huber1-16/+0
2018-02-08Use _Thread_Dispatch_direct()Sebastian Huber1-2/+2
2017-10-24score: Move thread queue timeout handlingSebastian Huber1-1/+1
2017-07-25score: Add optional _CPU_Context_Destroy()Sebastian Huber1-1/+1
2016-12-12score: Introduce _Internal_error()Sebastian Huber1-1/+1
2016-12-09score: Remove fatal is internal indicatorSebastian Huber1-5/+1
2016-12-02score: Initialize thread queue context earlySebastian Huber1-2/+4
2016-11-28score: Fix thread queue context initializationSebastian Huber1-1/+1
2016-11-24score: Optimize _Thread_queue_Enqueue()Sebastian Huber1-1/+1
2016-11-23score: Rename _Thread_queue_Enqueue_critical()Sebastian Huber1-1/+1
2016-11-23score: Add thread queue enqueue calloutSebastian Huber1-8/+27
2016-11-18score: Add and use _Thread_Dispatch_direct()Sebastian Huber1-7/+1
2016-11-03score: Conditionally enable thread resource countSebastian Huber1-0/+2
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