summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/threadimpl.h (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-20/+2
2018-12-07score: Avoid sbintime_t in API headersSebastian Huber1-0/+1
2018-10-29score: Remove bogus thread object name supportSebastian Huber1-3/+1
2018-09-10score: Add thread pin/unpin supportSebastian Huber1-1/+51
2018-08-29score: Remove redundant #ifdef RTEMS_SMPSebastian Huber1-2/+0
2018-07-16score: Avoid structurally dead codeSebastian Huber1-3/+2
2018-02-02score: Introduce new monotonic clockSebastian Huber1-6/+7
2018-01-25Remove make preinstallChris Johns1-0/+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