summaryrefslogtreecommitdiff
path: root/cpukit/score/src/threadq.c (follow)
AgeCommit message (Expand)Author
2020-04-16Canonicalize config.h includeSebastian Huber
2019-04-04doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber
2017-08-25Include missing <string.h>Sebastian Huber
2017-01-31score: Add _Thread_queue_Object_nameSebastian Huber
2017-01-13configure: Remove HAVE_STRUCT__THREAD_QUEUE_QUEUESebastian Huber
2017-01-13score: Add Thread_queue_Queue::nameSebastian Huber
2017-01-11score: Improve SMP lock debug supportSebastian Huber
2016-12-23score: Relax <sys/lock.h> static assertionsSebastian Huber
2016-11-04score: Use non-inline thread queue lock opsSebastian Huber
2016-05-30score: Adjust thread queue layoutSebastian Huber
2016-05-20score: Use _RBTree_Insert_inline()Sebastian Huber
2016-04-06score: Rework MP thread queue callout supportSebastian Huber
2016-03-29score: Remove Thread_queue_Queue::operations fieldSebastian Huber
2015-07-30score: Add thread queue for self-contained objectsSebastian Huber
2015-07-30score: Use a plain ticket lock for thread locksSebastian Huber
2015-07-23score: Introduce Thread_queue_HeadsSebastian Huber
2015-07-23score: Introduce Thread_queue_QueueSebastian Huber
2015-05-19score: Delete Thread_queue_Control::timeout_statusSebastian Huber
2015-05-19score: New thread queue implementationSebastian Huber
2015-05-19score: More thread queue operationsSebastian Huber
2015-05-19score: Add Thread_queue_Control::LockSebastian Huber
2015-05-19score: Optimize _Thread_queue_Compare_priority()Sebastian Huber
2015-04-23score: Delete Thread_queue_Control::stateSebastian Huber
2014-11-24_Scheduler_FIXME_thread_priority_queues_are_brokenSebastian Huber
2014-08-05rbtree: Add and use RBTree_Compare_resultSebastian Huber
2014-08-05Add and use RTEMS_CONTAINER_OF()Sebastian Huber
2014-07-15Thread Queue Priority Discipline Reimplemented with RBTreeJoel Sherrill
2014-03-25score: PR2174: Add workaroundSebastian Huber
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns
2013-07-26score: Create threadq implementation headerSebastian Huber
2013-07-26score: Create states implementation headerSebastian Huber
2013-07-22score: Create chain implementation headerSebastian Huber
2012-11-29score misc: Score misc: Clean up Doxygen #7 (GCI 2012)Alex Ivanov
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill
2011-07-242011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
2008-01-222008-01-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
2005-01-27Include config.h.Ralf Corsepius
2004-03-292004-04-29 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
2002-07-012002-07-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
1999-11-17Updated copyright notice.Joel Sherrill
1999-11-02Split Heap and Time of Day Handlers.Joel Sherrill
1999-11-02Split threadq.c into multiple files.Joel Sherrill
1998-11-23Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill
1998-02-17updated copyright to 1998Joel Sherrill
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill
1996-02-13more comments added and existing ones cleaned up in synchronization pathsJoel Sherrill
1996-02-09new isr synchronization algorithm using a single enumerated set of states.Joel Sherrill
1996-02-01synchronization state bugs addressJoel Sherrill