summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadrestart.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber2019-04-041-1/+1
* score: Static Objects_Information initializationSebastian Huber2018-12-141-1/+1
* posix: Provide threads by defaultSebastian Huber2018-10-291-16/+0
* Use _Thread_Dispatch_direct()Sebastian Huber2018-02-081-2/+2
* score: Move thread queue timeout handlingSebastian Huber2017-10-241-1/+1
* score: Add optional _CPU_Context_Destroy()Sebastian Huber2017-07-251-1/+1
* score: Introduce _Internal_error()Sebastian Huber2016-12-121-1/+1
* score: Remove fatal is internal indicatorSebastian Huber2016-12-091-5/+1
* score: Initialize thread queue context earlySebastian Huber2016-12-021-2/+4
* score: Fix thread queue context initializationSebastian Huber2016-11-281-1/+1
* score: Optimize _Thread_queue_Enqueue()Sebastian Huber2016-11-241-1/+1
* score: Rename _Thread_queue_Enqueue_critical()Sebastian Huber2016-11-231-1/+1
* score: Add thread queue enqueue calloutSebastian Huber2016-11-231-8/+27
* score: Add and use _Thread_Dispatch_direct()Sebastian Huber2016-11-181-7/+1
* score: Conditionally enable thread resource countSebastian Huber2016-11-031-0/+2
* score: Introduce Thread_Scheduler_control::homeSebastian Huber2016-11-021-1/+1
* score: Delete Thread_Scheduler_control::own_nodeSebastian Huber2016-11-021-1/+1
* score: Add thread scheduler lockSebastian Huber2016-11-021-0/+1
* score: Rework thread priority managementSebastian Huber2016-09-211-34/+27
* score: Introduce _Thread_Get_priority()Sebastian Huber2016-09-081-2/+2
* score: Introduce Thread_queue_Lock_contextSebastian Huber2016-09-081-1/+1
* score: Simplify thread queue acquire/releaseSebastian Huber2016-09-081-4/+1
* score: Simplify _Thread_Finalize_life_change()Sebastian Huber2016-08-051-7/+1
* score: Turn thread lock into thread wait lockSebastian Huber2016-07-271-2/+1
* cpukit: Add and use Watchdog_Discipline.Gedare Bloom2016-07-251-1/+1
* score: Change scheduler node init and destroySebastian Huber2016-07-011-1/+4
* score: Workaround for #2751Sebastian Huber2016-07-011-0/+4
* score: Fix thread delete race condition on SMPSebastian Huber2016-06-161-6/+17
* score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber2016-05-301-8/+10
* score: Add _Thread_queue_Context_set_MP_callout()Sebastian Huber2016-05-301-1/+1
* score: Add Status_Control for all APIsSebastian Huber2016-05-261-6/+4
* score: Move thread queue MP callout to contextSebastian Huber2016-05-251-14/+17
* score: Get rid of mp_id parameterSebastian Huber2016-05-251-1/+0
* posix: Rework thread cancellationSebastian Huber2016-05-201-3/+3
* 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