summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp65/sp65.doc
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-05-22 09:31:13 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-05-23 08:57:32 +0200
commit4edf348c3395560bcaaf3c020968e427f5683d28 (patch)
treebb132a0862f916a58de14df14eb32d6c7d5df20e /testsuites/sptests/sp65/sp65.doc
parentc/src/aclocal/check-smp.m4: Use HAS_SMP not HAS_POSIX_API (diff)
downloadrtems-4edf348c3395560bcaaf3c020968e427f5683d28.tar.bz2
score: PR2179: Fix initially locked PCP mutexes
Elevate the priority of the creating task to the ceiling priority in case a semaphore is created as initially locked.
Diffstat (limited to 'testsuites/sptests/sp65/sp65.doc')
-rw-r--r--testsuites/sptests/sp65/sp65.doc2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/sptests/sp65/sp65.doc b/testsuites/sptests/sp65/sp65.doc
index 73786eefc9..854dedeb07 100644
--- a/testsuites/sptests/sp65/sp65.doc
+++ b/testsuites/sptests/sp65/sp65.doc
@@ -23,3 +23,5 @@ concepts:
+ Verify the priority ceiling mutex getting released which results in a thread
being unblocked and the unblocked thread's priority being elevated.
++ Verify that an initially locked priority ceiling mutex elevates the priority
+ of the creating task.