summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/threadqimpl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Add RTEMS_HAVE_MEMBER_SAME_TYPE()Sebastian Huber2017-07-311-2/+6
* score: Add _Thread_queue_Object_nameSebastian Huber2017-01-311-2/+46
* score: Add Thread_queue_Queue::nameSebastian Huber2017-01-131-12/+26
* score: Improve SMP lock debug supportSebastian Huber2017-01-111-1/+1
* score: Fix debug thread queue context initSebastian Huber2016-12-021-0/+2
* score: Fix thread queue context initializationSebastian Huber2016-11-281-3/+4
* score: Optimize _Thread_queue_Enqueue()Sebastian Huber2016-11-241-8/+44
* score: Rename _Thread_queue_Enqueue_critical()Sebastian Huber2016-11-231-48/+10
* score: Add thread queue enqueue calloutSebastian Huber2016-11-231-10/+35
* score: Optimize self-contained objectsSebastian Huber2016-11-181-0/+19
* score: Use non-inline thread queue lock opsSebastian Huber2016-11-041-19/+35
* score: First part of new MrsP implementationSebastian Huber2016-11-021-0/+62
* score: Scheduler node awareness for thread queuesSebastian Huber2016-09-211-3/+3
* score: Rework thread priority managementSebastian Huber2016-09-211-80/+65
* score: Introduce Thread_queue_Lock_contextSebastian Huber2016-09-081-6/+6
* score: Simplify thread queue acquire/releaseSebastian Huber2016-09-081-10/+32
* score: Introduce thread queue surrender operationSebastian Huber2016-08-111-25/+0
* score: Add _Thread_queue_Surrender()Sebastian Huber2016-08-111-0/+27
* score: Fix and simplify thread wait locksSebastian Huber2016-08-031-106/+6
* score: Add deadlock detectionSebastian Huber2016-07-271-0/+38
* score: Turn thread lock into thread wait lockSebastian Huber2016-07-271-3/+145
* score: Priority inherit thread queue operationsSebastian Huber2016-07-271-0/+23
* cpukit: refactor nanosleep and use 64-bit timeout for threadqGedare Bloom2016-07-261-1/+1
* cpukit: Add and use Watchdog_Discipline.Gedare Bloom2016-07-251-7/+60
* score: Add debug support to chainsSebastian Huber2016-07-221-0/+2
* score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber2016-05-301-12/+38
* score: Add _Thread_queue_Context_set_MP_callout()Sebastian Huber2016-05-301-25/+22
* score: Adjust thread queue layoutSebastian Huber2016-05-301-3/+4
* score: Add Status_Control for all APIsSebastian Huber2016-05-261-5/+35
* score: Move thread queue MP callout to contextSebastian Huber2016-05-251-109/+82
* score: Get rid of mp_id parameterSebastian Huber2016-05-251-30/+8
* score: Move thread queue object supportSebastian Huber2016-05-251-0/+27
* mpci: Fix thread queue flush methodSebastian Huber2016-05-251-49/+11
* score: Use _RBTree_Insert_inline()Sebastian Huber2016-05-201-15/+0
* score: Avoid Giant lock for scheduler set/getSebastian Huber2016-05-121-3/+23
* score: Add _Thread_queue_Is_lock_owner()Sebastian Huber2016-05-121-3/+45
* score: Add _Thread_queue_Flush_default_filter()Sebastian Huber2016-04-221-0/+15
* score: Add _Thread_queue_Is_empty()Sebastian Huber2016-04-221-0/+7
* score: Introduce _Thread_queue_Flush_critical()Sebastian Huber2016-04-211-24/+63
* score: Rework MP thread queue callout supportSebastian Huber2016-04-061-31/+182
* score: _Thread_queue_Flush() parameter changesSebastian Huber2016-04-061-20/+61
* score: Remove Thread_queue_Queue::operations fieldSebastian Huber2016-03-291-60/+32
* score: Implement priority boostingSebastian Huber2015-09-041-0/+25
* score: Implement SMP-specific priority queueSebastian Huber2015-09-041-0/+16
* score: Add thread queue for self-contained objectsSebastian Huber2015-07-301-0/+18
* score: Use a plain ticket lock for thread locksSebastian Huber2015-07-301-9/+64
* score: Move wait flag update to tq extractSebastian Huber2015-07-231-1/+12
* score: Introduce Thread_queue_HeadsSebastian Huber2015-07-231-21/+19
* score: Introduce Thread_queue_QueueSebastian Huber2015-07-231-37/+77
* score: TypoSebastian Huber2015-07-131-2/+2