summaryrefslogtreecommitdiff
path: root/cpukit/score/src/threadqops.c (follow)
AgeCommit message (Expand)Author
2020-04-16Canonicalize config.h includeSebastian Huber
2019-02-07score: Fix plain priority thread queues (SMP)Sebastian Huber
2016-11-02score: Delete Thread_Scheduler_control::own_nodeSebastian Huber
2016-11-02score: Add _Thread_Scheduler_remove_wait_node()Sebastian Huber
2016-11-02score: Add _Thread_Scheduler_add_wait_node()Sebastian Huber
2016-11-02score: Add _Scheduler_Node_get_scheduler()Sebastian Huber
2016-09-27score: Fix warningSebastian Huber
2016-09-21score: Scheduler node awareness for thread queuesSebastian Huber
2016-09-21score: Rework thread priority managementSebastian Huber
2016-09-08score: Introduce _Thread_Get_priority()Sebastian Huber
2016-09-08score: Move thread wait node to scheduler nodeSebastian Huber
2016-09-08score: Optimize thread queue enqueueSebastian Huber
2016-08-11score: Introduce thread queue surrender operationSebastian Huber
2016-08-08score: Add debug support to red-black treesSebastian Huber
2016-08-03score: Fix and simplify thread wait locksSebastian Huber
2016-07-27score: Turn thread lock into thread wait lockSebastian Huber
2016-07-27score: Priority inherit thread queue operationsSebastian Huber
2016-07-27score: Simplify _Thread_queue_Boost_priority()Sebastian Huber
2016-07-22score: Add debug support to chainsSebastian Huber
2016-05-20score: Use _RBTree_Insert_inline()Sebastian Huber
2015-11-04score: Fix warningSebastian Huber
2015-09-04score: Implement priority boostingSebastian Huber
2015-09-04score: Implement SMP-specific priority queueSebastian Huber
2015-09-02score: Optimize thread queue first operationSebastian Huber
2015-08-31rbtree: Add _RBTree_Minimum(), _RBTree_Maximum()Sebastian Huber
2015-07-23score: Introduce Thread_queue_HeadsSebastian Huber
2015-07-23score: Introduce Thread_queue_QueueSebastian Huber
2015-05-19score: New thread queue implementationSebastian Huber
2015-05-19score: More thread queue operationsSebastian Huber
2015-05-19score: Add Thread_queue_OperationsSebastian Huber