summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadqenqueue.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-16score: Fix priority ceiling updatesSebastian Huber1-1/+1
2017-10-24score: Move thread queue timeout handlingSebastian Huber1-38/+16
2017-10-24score: Rename function threadq support functionSebastian Huber1-1/+1
2017-10-24score: Add _Thread_Add_timeout_ticks()Sebastian Huber1-2/+1
2017-10-17score: Rename watchdog variantsSebastian Huber1-2/+2
2017-10-10score: Add _Thread_queue_Dispatch_disable()Sebastian Huber1-12/+4
2016-12-12score: Introduce _Internal_error()Sebastian Huber1-3/+2
2016-12-09score: Remove fatal is internal indicatorSebastian Huber1-6/+1
2016-12-02score: Fix debug thread queue context initSebastian Huber1-2/+2
2016-11-28score: Fix thread queue context initializationSebastian Huber1-0/+5
2016-11-24score: Optimize _Thread_queue_Enqueue()Sebastian Huber1-3/+2
2016-11-23score: Rename _Thread_queue_Enqueue_critical()Sebastian Huber1-1/+1
2016-11-23score: Add thread queue enqueue calloutSebastian Huber1-11/+11
2016-11-03score: Introduce thread resource count methodsSebastian Huber1-1/+1
2016-11-02score: First part of new MrsP implementationSebastian Huber1-23/+128
2016-09-21score: Scheduler node awareness for thread queuesSebastian Huber1-31/+66
2016-09-21score: Rework thread priority managementSebastian Huber1-60/+62
2016-09-08score: Introduce Thread_queue_Lock_contextSebastian Huber1-25/+27
2016-09-08score: Simplify thread queue acquire/releaseSebastian Huber1-2/+2
2016-08-11score: Introduce thread queue surrender operationSebastian Huber1-3/+1
2016-08-11score: Dismantle _Thread_queue_Do_extract_locked()Sebastian Huber1-28/+39
2016-08-11score: Add _Thread_queue_Surrender()Sebastian Huber1-0/+50
2016-08-08score: Add debug support to red-black treesSebastian Huber1-0/+1
2016-08-04score: Fix _Thread_queue_Path_release()Sebastian Huber1-8/+13
2016-08-04score: Optimize _Thread_queue_Path_release()Sebastian Huber1-7/+29
2016-08-03score: Fix and simplify thread wait locksSebastian Huber1-20/+24
2016-07-27score: Add deadlock detectionSebastian Huber1-15/+250
2016-07-27score: Turn thread lock into thread wait lockSebastian Huber1-23/+68
2016-07-27score: Priority inherit thread queue operationsSebastian Huber1-3/+5
2016-07-26score: FormatSebastian Huber1-9/+9
2016-07-25cpukit: Add and use Watchdog_Discipline.Gedare Bloom1-8/+22
2016-06-30score: Avoid atomic fences for thread wait flagsSebastian Huber1-2/+2
2016-06-30score: Fix thread lock on SMP configurationsSebastian Huber1-1/+1
2016-06-09score: Comment _Thread_queue_Enqueue_critical()Sebastian Huber1-0/+9
2016-05-30score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber1-3/+14
2016-05-30score: Add _Thread_queue_Context_set_MP_callout()Sebastian Huber1-5/+7
2016-05-26score: Add Status_Control for all APIsSebastian Huber1-2/+2
2016-05-25score: Move thread queue MP callout to contextSebastian Huber1-25/+26
2016-05-25score: Get rid of mp_id parameterSebastian Huber1-15/+9
2016-05-25mpci: Fix thread queue flush methodSebastian Huber1-42/+25
2016-04-06score: Rework MP thread queue callout supportSebastian Huber1-24/+89
2016-04-06score: Fix _Thread_queue_Extract_locked()Sebastian Huber1-4/+8
2016-03-29score: Fix multiprocessing thread proxiesSebastian Huber1-5/+6
2016-03-29score: Remove Thread_queue_Queue::operations fieldSebastian Huber1-3/+6
2016-03-04score: Replace watchdog handler implementationSebastian Huber1-3/+7
2015-07-30score: Use a plain ticket lock for thread locksSebastian Huber1-1/+1
2015-07-23score: Move wait flag update to tq extractSebastian Huber1-13/+18
2015-07-23score: Introduce Thread_queue_QueueSebastian Huber1-37/+48
2015-05-19score: _Thread_Dispatch_disable_critical()Sebastian Huber1-2/+2
2015-05-19score: Delete Thread_queue_Control::timeout_statusSebastian Huber1-4/+2