summaryrefslogtreecommitdiff
path: root/cpukit/score/src/mutex.c (follow)
AgeCommit message (Expand)Author
2020-04-16Canonicalize config.h includeSebastian Huber
2018-07-25score: RTEMS_PREDICT_TRUE(), RTEMS_PREDICT_FALSE()Sebastian Huber
2017-10-24score: Move thread queue timeout handlingSebastian Huber
2017-10-24score: Rename function threadq support functionSebastian Huber
2017-10-05posix: Implement self-contained POSIX mutexSebastian Huber
2017-01-13configure: Remove HAVE_STRUCT__THREAD_QUEUE_QUEUESebastian Huber
2017-01-13score: Add Thread_queue_Queue::nameSebastian Huber
2017-01-11score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIERSebastian Huber
2016-12-23score: Relax <sys/lock.h> static assertionsSebastian 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-18score: Optimize self-contained objectsSebastian Huber
2016-11-04score: Optimize self-contained mutexesSebastian Huber
2016-11-03score: Introduce thread resource count methodsSebastian Huber
2016-09-21score: Rework thread priority managementSebastian Huber
2016-09-08score: Introduce Thread_queue_Lock_contextSebastian Huber
2016-08-11score: Add _Thread_queue_Surrender()Sebastian Huber
2016-07-27score: Add deadlock detectionSebastian Huber
2016-07-27score: Priority inherit thread queue operationsSebastian Huber
2016-07-27score: Simplify _Thread_queue_Boost_priority()Sebastian Huber
2016-07-25posix: cond_timedwait remember and use clock from condattrGedare Bloom
2016-07-25cpukit: Add and use Watchdog_Discipline.Gedare Bloom
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-30score: Adjust thread queue layoutSebastian 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
2015-09-14score: Fix resource count for self-contained mutexSebastian Huber
2015-09-04score: Implement priority boostingSebastian Huber
2015-09-01score: Fix return status of mutex try acquireSebastian Huber
2015-07-30score: Add self-contained mutex implementationSebastian Huber