summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/mutex.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-24score: Move thread queue timeout handlingSebastian Huber1-33/+10
2017-10-24score: Rename function threadq support functionSebastian Huber1-1/+1
2017-10-05posix: Implement self-contained POSIX mutexSebastian Huber1-10/+1
2017-01-13configure: Remove HAVE_STRUCT__THREAD_QUEUE_QUEUESebastian Huber1-4/+0
2017-01-13score: Add Thread_queue_Queue::nameSebastian Huber1-4/+4
2017-01-11score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIERSebastian Huber1-1/+1
2016-12-23score: Relax <sys/lock.h> static assertionsSebastian Huber1-4/+4
2016-11-24score: Optimize _Thread_queue_Enqueue()Sebastian Huber1-1/+4
2016-11-23score: Rename _Thread_queue_Enqueue_critical()Sebastian Huber1-1/+1
2016-11-23score: Add thread queue enqueue calloutSebastian Huber1-1/+1
2016-11-18score: Optimize self-contained objectsSebastian Huber1-24/+10
2016-11-04score: Optimize self-contained mutexesSebastian Huber1-32/+67
2016-11-03score: Introduce thread resource count methodsSebastian Huber1-7/+7
2016-09-21score: Rework thread priority managementSebastian Huber1-17/+4
2016-09-08score: Introduce Thread_queue_Lock_contextSebastian Huber1-3/+3
2016-08-11score: Add _Thread_queue_Surrender()Sebastian Huber1-47/+4
2016-07-27score: Add deadlock detectionSebastian Huber1-0/+4
2016-07-27score: Priority inherit thread queue operationsSebastian Huber1-2/+1
2016-07-27score: Simplify _Thread_queue_Boost_priority()Sebastian Huber1-1/+1
2016-07-25posix: cond_timedwait remember and use clock from condattrGedare Bloom1-2/+2
2016-07-25cpukit: Add and use Watchdog_Discipline.Gedare Bloom1-12/+8
2016-05-30score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber1-59/+66
2016-05-30score: Add _Thread_queue_Context_set_MP_callout()Sebastian Huber1-2/+2
2016-05-30score: Adjust thread queue layoutSebastian Huber1-23/+16
2016-05-26score: Add Status_Control for all APIsSebastian Huber1-5/+2
2016-05-25score: Move thread queue MP callout to contextSebastian Huber1-22/+27
2016-05-25score: Get rid of mp_id parameterSebastian Huber1-2/+1
2016-05-25mpci: Fix thread queue flush methodSebastian Huber1-2/+0
2016-04-06score: Rework MP thread queue callout supportSebastian Huber1-1/+5
2015-09-14score: Fix resource count for self-contained mutexSebastian Huber1-2/+3
2015-09-04score: Implement priority boostingSebastian Huber1-5/+10
2015-09-01score: Fix return status of mutex try acquireSebastian Huber1-9/+9
2015-07-30score: Add self-contained mutex implementationSebastian Huber1-0/+442