summaryrefslogtreecommitdiff
path: root/cpukit/score/src/threadqenqueue.c (follow)
AgeCommit message (Expand)Author
2016-08-11score: Introduce thread queue surrender operationSebastian Huber
2016-08-11score: Dismantle _Thread_queue_Do_extract_locked()Sebastian Huber
2016-08-11score: Add _Thread_queue_Surrender()Sebastian Huber
2016-08-08score: Add debug support to red-black treesSebastian Huber
2016-08-04score: Fix _Thread_queue_Path_release()Sebastian Huber
2016-08-04score: Optimize _Thread_queue_Path_release()Sebastian Huber
2016-08-03score: Fix and simplify thread wait locksSebastian Huber
2016-07-27score: Add deadlock detectionSebastian Huber
2016-07-27score: Turn thread lock into thread wait lockSebastian Huber
2016-07-27score: Priority inherit thread queue operationsSebastian Huber
2016-07-26score: FormatSebastian Huber
2016-07-25cpukit: Add and use Watchdog_Discipline.Gedare Bloom
2016-06-30score: Avoid atomic fences for thread wait flagsSebastian Huber
2016-06-30score: Fix thread lock on SMP configurationsSebastian Huber
2016-06-09score: Comment _Thread_queue_Enqueue_critical()Sebastian Huber
2016-05-30score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber
2016-05-30score: Add _Thread_queue_Context_set_MP_callout()Sebastian Huber
2016-05-26score: Add Status_Control for all APIsSebastian Huber
2016-05-25score: Move thread queue MP callout to contextSebastian Huber
2016-05-25score: Get rid of mp_id parameterSebastian Huber
2016-05-25mpci: Fix thread queue flush methodSebastian Huber
2016-04-06score: Rework MP thread queue callout supportSebastian Huber
2016-04-06score: Fix _Thread_queue_Extract_locked()Sebastian Huber
2016-03-29score: Fix multiprocessing thread proxiesSebastian Huber
2016-03-29score: Remove Thread_queue_Queue::operations fieldSebastian Huber
2016-03-04score: Replace watchdog handler implementationSebastian Huber
2015-07-30score: Use a plain ticket lock for thread locksSebastian Huber
2015-07-23score: Move wait flag update to tq extractSebastian Huber
2015-07-23score: Introduce Thread_queue_QueueSebastian Huber
2015-05-19score: _Thread_Dispatch_disable_critical()Sebastian 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_OperationsSebastian Huber
2015-05-19score: Add Thread_queue_Control::LockSebastian Huber
2015-05-19score: Add header to _Watchdog_Remove()Sebastian Huber
2015-05-19score: Delete STATES_WAITING_ON_THREAD_QUEUESebastian Huber
2015-05-19score: _Thread_queue_Extract()Sebastian Huber
2015-04-23score: Delete Thread_queue_Control::stateSebastian Huber
2015-04-22score: Delete _CORE_RWLock_Timeout()Sebastian Huber
2015-04-09score: Fix thread queue race conditionSebastian Huber
2015-03-24score: Use a dedicated ISR lock for thread queuesSebastian Huber
2015-03-24score: Add thread priority change handlerSebastian Huber
2015-03-22score: Simplify debug code and use _Assert()Sebastian Huber
2015-03-22score: Move _Thread_queue_Requeue()Sebastian Huber
2015-03-22score: Move _Thread_queue_Extract()Sebastian Huber
2015-03-22score: Move _Thread_blocking_operation_Cancel()Sebastian Huber
2014-07-15Thread Queue: Merge discipline subroutines into main methodsJoel Sherrill
2014-07-15Thread Queue Priority Discipline Reimplemented with RBTreeJoel Sherrill
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns