summaryrefslogtreecommitdiff
path: root/cpukit/score/src/threadqenqueue.c (follow)
AgeCommit message (Expand)Author
2020-08-21score: Fix set but not used warningSebastian Huber
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber
2020-04-16Canonicalize config.h includeSebastian Huber
2019-04-04doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber
2017-11-16score: Fix priority ceiling updatesSebastian Huber
2017-10-24score: Move thread queue timeout handlingSebastian Huber
2017-10-24score: Rename function threadq support functionSebastian Huber
2017-10-24score: Add _Thread_Add_timeout_ticks()Sebastian Huber
2017-10-17score: Rename watchdog variantsSebastian Huber
2017-10-10score: Add _Thread_queue_Dispatch_disable()Sebastian Huber
2016-12-12score: Introduce _Internal_error()Sebastian Huber
2016-12-09score: Remove fatal is internal indicatorSebastian Huber
2016-12-02score: Fix debug thread queue context initSebastian Huber
2016-11-28score: Fix thread queue context initializationSebastian Huber
2016-11-24score: Optimize _Thread_queue_Enqueue()Sebastian Huber
2016-11-23score: Rename _Thread_queue_Enqueue_critical()Sebastian Huber
2016-11-23score: Add thread queue enqueue calloutSebastian Huber
2016-11-03score: Introduce thread resource count methodsSebastian Huber
2016-11-02score: First part of new MrsP implementationSebastian Huber
2016-09-21score: Scheduler node awareness for thread queuesSebastian Huber
2016-09-21score: Rework thread priority managementSebastian Huber
2016-09-08score: Introduce Thread_queue_Lock_contextSebastian Huber
2016-09-08score: Simplify thread queue acquire/releaseSebastian Huber
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