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 09:04:17 +0200
commit272a80b776b862d5432338b39e1e4bcaf74ad4b2 (patch)
treec4507601a794a6a4f7822fbd316b82df121c284e /testsuites/sptests/sp65/sp65.doc
parentposix: fix race condition between pthread_create and capture engine (diff)
downloadrtems-272a80b776b862d5432338b39e1e4bcaf74ad4b2.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 39a1ee1eef..603adcb211 100644
--- a/testsuites/sptests/sp65/sp65.doc
+++ b/testsuites/sptests/sp65/sp65.doc
@@ -26,3 +26,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.