summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/mutex.c (unfollow)
Commit message (Expand)AuthorFilesLines
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