summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/apimutexisowner.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Rework CORE inherit priority mutexSebastian Huber2016-05-301-1/+5
| | | | | Provide dedicated seize and surrender methods for inherit priority mutexes. This eliminates CORE_mutex_Attributes.
* score: Replace _API_Mutex_Is_locked()Sebastian Huber2015-05-271-0/+26
Replace _API_Mutex_Is_locked() with _API_Mutex_Is_owner().