summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/threadqimpl.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-25Remove make preinstallChris Johns1-0/+0
2017-10-24score: Move thread queue timeout handlingSebastian Huber1-25/+85
2017-10-24score: Rename function threadq support functionSebastian Huber1-5/+5
2017-10-10score: Add _Thread_queue_Dispatch_disable()Sebastian Huber1-0/+10
2017-07-31score: Add RTEMS_HAVE_MEMBER_SAME_TYPE()Sebastian Huber1-2/+6
2017-01-31score: Add _Thread_queue_Object_nameSebastian Huber1-2/+46
2017-01-13score: Add Thread_queue_Queue::nameSebastian Huber1-12/+26
2017-01-11score: Improve SMP lock debug supportSebastian Huber1-1/+1
2016-12-02score: Fix debug thread queue context initSebastian Huber1-0/+2
2016-11-28score: Fix thread queue context initializationSebastian Huber1-3/+4
2016-11-24score: Optimize _Thread_queue_Enqueue()Sebastian Huber1-8/+44
2016-11-23score: Rename _Thread_queue_Enqueue_critical()Sebastian Huber1-48/+10
2016-11-23score: Add thread queue enqueue calloutSebastian Huber1-10/+35
2016-11-18score: Optimize self-contained objectsSebastian Huber1-0/+19
2016-11-04score: Use non-inline thread queue lock opsSebastian Huber1-19/+35
2016-11-02score: First part of new MrsP implementationSebastian Huber1-0/+62
2016-09-21score: Scheduler node awareness for thread queuesSebastian Huber1-3/+3
2016-09-21score: Rework thread priority managementSebastian Huber1-80/+65
2016-09-08score: Introduce Thread_queue_Lock_contextSebastian Huber1-6/+6
2016-09-08score: Simplify thread queue acquire/releaseSebastian Huber1-10/+32
2016-08-11score: Introduce thread queue surrender operationSebastian Huber1-25/+0
2016-08-11score: Add _Thread_queue_Surrender()Sebastian Huber1-0/+27
2016-08-03score: Fix and simplify thread wait locksSebastian Huber1-106/+6
2016-07-27score: Add deadlock detectionSebastian Huber1-0/+38
2016-07-27score: Turn thread lock into thread wait lockSebastian Huber1-3/+145
2016-07-27score: Priority inherit thread queue operationsSebastian Huber1-0/+23
2016-07-26cpukit: refactor nanosleep and use 64-bit timeout for threadqGedare Bloom1-1/+1
2016-07-25cpukit: Add and use Watchdog_Discipline.Gedare Bloom1-7/+60
2016-07-22score: Add debug support to chainsSebastian Huber1-0/+2
2016-05-30score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber1-12/+38
2016-05-30score: Add _Thread_queue_Context_set_MP_callout()Sebastian Huber1-25/+22
2016-05-30score: Adjust thread queue layoutSebastian Huber1-3/+4
2016-05-26score: Add Status_Control for all APIsSebastian Huber1-5/+35
2016-05-25score: Move thread queue MP callout to contextSebastian Huber1-109/+82
2016-05-25score: Get rid of mp_id parameterSebastian Huber1-30/+8
2016-05-25score: Move thread queue object supportSebastian Huber1-0/+27
2016-05-25mpci: Fix thread queue flush methodSebastian Huber1-49/+11
2016-05-20score: Use _RBTree_Insert_inline()Sebastian Huber1-15/+0
2016-05-12score: Avoid Giant lock for scheduler set/getSebastian Huber1-3/+23
2016-05-12score: Add _Thread_queue_Is_lock_owner()Sebastian Huber1-3/+45
2016-04-22score: Add _Thread_queue_Flush_default_filter()Sebastian Huber1-0/+15
2016-04-22score: Add _Thread_queue_Is_empty()Sebastian Huber1-0/+7
2016-04-21score: Introduce _Thread_queue_Flush_critical()Sebastian Huber1-24/+63
2016-04-06score: Rework MP thread queue callout supportSebastian Huber1-31/+182
2016-04-06score: _Thread_queue_Flush() parameter changesSebastian Huber1-20/+61
2016-03-29score: Remove Thread_queue_Queue::operations fieldSebastian Huber1-60/+32
2015-09-04score: Implement priority boostingSebastian Huber1-0/+25
2015-09-04score: Implement SMP-specific priority queueSebastian Huber1-0/+16
2015-07-30score: Add thread queue for self-contained objectsSebastian Huber1-0/+18
2015-07-30score: Use a plain ticket lock for thread locksSebastian Huber1-9/+64