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