summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/threadqimpl.h (unfollow)
Commit message (Expand)AuthorFilesLines
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
2015-07-23score: Move wait flag update to tq extractSebastian Huber1-1/+12
2015-07-23score: Introduce Thread_queue_HeadsSebastian Huber1-21/+19
2015-07-23score: Introduce Thread_queue_QueueSebastian Huber1-37/+77
2015-07-13score: TypoSebastian Huber1-2/+2
2015-05-19score: Add static initializers for thread queuesSebastian Huber1-0/+34
2015-05-19score: Delete Thread_queue_Control::timeout_statusSebastian Huber1-5/+7
2015-05-19score: New thread queue implementationSebastian Huber1-54/+135
2015-05-19score: Add Thread_queue_OperationsSebastian Huber1-0/+6
2015-05-19score: Add Thread_queue_Control::LockSebastian Huber1-28/+86
2015-05-19score: _Thread_queue_Extract()Sebastian Huber1-11/+5
2015-04-30score: Delete unused Thread_queue_Timeout_calloutSebastian Huber1-9/+0
2015-04-23score: Delete _Thread_queue_Dequeue_priority()Sebastian Huber1-19/+0
2015-04-23score: Delete Thread_queue_Control::stateSebastian Huber1-2/+2
2015-04-22score: Delete _CORE_RWLock_Timeout()Sebastian Huber1-18/+4
2015-04-22score: Delete bogus THREAD_QUEUE_WAIT_FOREVERSebastian Huber1-5/+0
2015-03-24score: Add thread priority change handlerSebastian Huber1-17/+0
2015-03-06Fix more Doxygen typosJoel Sherrill1-3/+3