summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/threadimpl.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-25Remove make preinstallChris Johns1-1969/+0
2017-11-22score: Simplify global constructionSebastian Huber1-13/+10
2017-10-24score: Add _Thread_Continue()Sebastian Huber1-2/+16
2017-10-24score: Add _Thread_Add_timeout_ticks()Sebastian Huber1-6/+5
2017-10-17score: Rename _Watchdog_Per_CPU_insert_monotonic()Sebastian Huber1-1/+1
2017-10-17score: Rename watchdog variantsSebastian Huber1-7/+7
2017-10-12score: Remove unused function declarationSebastian Huber1-15/+0
2017-09-27score: Rename to _Scheduler_ControlSebastian Huber1-1/+1
2017-02-03score: Move _Thread_Scheduler_ask_for_help()Sebastian Huber1-2/+0
2017-01-13score: Add _Thread_Set_name()Sebastian Huber1-0/+5
2017-01-13score: Add and use _Thread_Get_name()Sebastian Huber1-1/+7
2016-12-02score: Initialize thread queue context earlySebastian Huber1-3/+0
2016-11-23score: Add thread queue enqueue calloutSebastian Huber1-1/+10
2016-11-03score: Conditionally enable thread resource countSebastian Huber1-0/+10
2016-11-03score: Introduce thread resource count methodsSebastian Huber1-0/+14
2016-11-02score: Introduce Thread_Scheduler_control::homeSebastian Huber1-0/+12
2016-11-02score: Delete Thread_Scheduler_control::own_nodeSebastian Huber1-12/+1
2016-11-02score: Second part of new MrsP implementationSebastian Huber1-0/+7
2016-11-02score: Delete _Scheduler_Ask_for_help_if_necessarySebastian Huber1-17/+2
2016-11-02score: First part of new MrsP implementationSebastian Huber1-0/+11
2016-11-02score: Add new SMP scheduler helping protocolSebastian Huber1-0/+24
2016-11-02score: Add _Thread_Scheduler_process_requests()Sebastian Huber1-0/+2
2016-11-02score: Add scheduler node requestsSebastian Huber1-1/+46
2016-11-02score: Add thread scheduler lockSebastian Huber1-0/+16
2016-11-02score: Add _Thread_Scheduler_remove_wait_node()Sebastian Huber1-0/+9
2016-11-02score: Add _Thread_Scheduler_add_wait_node()Sebastian Huber1-0/+13
2016-11-02rtems: Add rtems_task_iterate()Sebastian Huber1-0/+7
2016-09-21score: Scheduler node awareness for thread queuesSebastian Huber1-8/+37
2016-09-21score: Add scheduler node table for each threadSebastian Huber1-1/+17
2016-09-21score: Rework thread priority managementSebastian Huber1-94/+167
2016-09-08score: Introduce _Thread_Get_priority()Sebastian Huber1-0/+18
2016-09-08score: Add scheduler node implementation headerSebastian Huber1-0/+1
2016-09-08score: Move thread wait node to scheduler nodeSebastian Huber1-6/+0
2016-09-08score: Introduce Thread_queue_Lock_contextSebastian Huber1-35/+45
2016-09-08score: Simplify thread queue acquire/releaseSebastian Huber1-4/+6
2016-09-07score: Remove superfluous SMP debug supportSebastian Huber1-13/+0
2016-08-03score: Fix and simplify thread wait locksSebastian Huber1-63/+72
2016-07-27score: Turn thread lock into thread wait lockSebastian Huber1-212/+306
2016-07-27score: Priority inherit thread queue operationsSebastian Huber1-31/+0
2016-07-27score: Split _Thread_Change_priority()Sebastian Huber1-0/+10
2016-07-26score: FormatSebastian Huber1-7/+6
2016-07-25cpukit: Add and use Watchdog_Discipline.Gedare Bloom1-4/+7
2016-07-01score: Next try to fix thread lock on SMPSebastian Huber1-6/+16
2016-06-30score: Avoid atomic fences for thread wait flagsSebastian Huber1-12/+30
2016-06-30score: Fix thread lock on SMP configurationsSebastian Huber1-8/+26
2016-06-29score: Fix SMP message handlingSebastian Huber1-14/+2
2016-06-22score: Add thread priority to scheduler nodesSebastian Huber1-0/+5
2016-06-02score: Maybe fix _Thread_Lock_acquire()Sebastian Huber1-37/+7
2016-06-01score: Fix _Thread_Lock_acquire()Sebastian Huber1-11/+12
2016-05-30score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber1-4/+4