summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/threadqimpl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* score: Add static initializers for thread queuesSebastian Huber2015-05-191-0/+34
* score: Delete Thread_queue_Control::timeout_statusSebastian Huber2015-05-191-5/+7
* score: New thread queue implementationSebastian Huber2015-05-191-54/+135
* score: Add Thread_queue_OperationsSebastian Huber2015-05-191-0/+6
* score: Add Thread_queue_Control::LockSebastian Huber2015-05-191-28/+86
* score: _Thread_queue_Extract()Sebastian Huber2015-05-191-11/+5
* score: Delete unused Thread_queue_Timeout_calloutSebastian Huber2015-04-301-9/+0
* score: Delete _Thread_queue_Dequeue_priority()Sebastian Huber2015-04-231-19/+0
* score: Delete Thread_queue_Control::stateSebastian Huber2015-04-231-2/+2
* score: Delete _CORE_RWLock_Timeout()Sebastian Huber2015-04-221-18/+4
* score: Delete bogus THREAD_QUEUE_WAIT_FOREVERSebastian Huber2015-04-221-5/+0
* score: Add thread priority change handlerSebastian Huber2015-03-241-17/+0
* Fix more Doxygen typosJoel Sherrill2015-03-061-3/+3
* rbtree: Add and use RBTree_Compare_resultSebastian Huber2014-08-051-1/+1
* Thread Queue: Merge discipline subroutines into main methodsJoel Sherrill2014-07-151-133/+24
* Thread Queue Priority Discipline Reimplemented with RBTreeJoel Sherrill2014-07-151-41/+30
* score: Make _Thread_queue_Requeue() staticSebastian Huber2014-05-151-17/+0
* score: PR2172: _Thread_queue_Extract()Sebastian Huber2014-04-011-9/+14
* score: _Thread_queue_Extract_with_proxy()Sebastian Huber2014-03-311-1/+1
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* score: Delete unused function parameterSebastian Huber2013-08-261-4/+2
* score: PR2140: _Thread_queue_Extract()Sebastian Huber2013-08-261-3/+9
* score: _Thread_queue_Enqueue_with_handler()Sebastian Huber2013-08-231-4/+7
* score: Create threadq implementation headerSebastian Huber2013-07-261-0/+428