summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadrestart.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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