summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadqops.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Delete Thread_Scheduler_control::own_nodeSebastian Huber2016-11-021-5/+5
* score: Add _Thread_Scheduler_remove_wait_node()Sebastian Huber2016-11-021-2/+4
* score: Add _Thread_Scheduler_add_wait_node()Sebastian Huber2016-11-021-4/+1
* score: Add _Scheduler_Node_get_scheduler()Sebastian Huber2016-11-021-1/+1
* score: Fix warningSebastian Huber2016-09-271-0/+2
* score: Scheduler node awareness for thread queuesSebastian Huber2016-09-211-254/+713
* score: Rework thread priority managementSebastian Huber2016-09-211-186/+661
* score: Introduce _Thread_Get_priority()Sebastian Huber2016-09-081-2/+2
* score: Move thread wait node to scheduler nodeSebastian Huber2016-09-081-20/+53
* score: Optimize thread queue enqueueSebastian Huber2016-09-081-17/+32
* score: Introduce thread queue surrender operationSebastian Huber2016-08-111-8/+71
* score: Add debug support to red-black treesSebastian Huber2016-08-081-0/+1
* score: Fix and simplify thread wait locksSebastian Huber2016-08-031-50/+16
* score: Turn thread lock into thread wait lockSebastian Huber2016-07-271-17/+46
* score: Priority inherit thread queue operationsSebastian Huber2016-07-271-3/+75
* score: Simplify _Thread_queue_Boost_priority()Sebastian Huber2016-07-271-11/+15
* score: Add debug support to chainsSebastian Huber2016-07-221-0/+1
* score: Use _RBTree_Insert_inline()Sebastian Huber2016-05-201-6/+22
* score: Fix warningSebastian Huber2015-11-041-1/+1
* score: Implement priority boostingSebastian Huber2015-09-041-0/+22
* score: Implement SMP-specific priority queueSebastian Huber2015-09-041-9/+61
* score: Optimize thread queue first operationSebastian Huber2015-09-021-5/+10
* rbtree: Add _RBTree_Minimum(), _RBTree_Maximum()Sebastian Huber2015-08-311-1/+1
* score: Introduce Thread_queue_HeadsSebastian Huber2015-07-231-23/+124
* score: Introduce Thread_queue_QueueSebastian Huber2015-07-231-29/+29
* score: New thread queue implementationSebastian Huber2015-05-191-23/+0
* score: More thread queue operationsSebastian Huber2015-05-191-8/+135
* score: Add Thread_queue_OperationsSebastian Huber2015-05-191-0/+56