summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp51/sp51.doc
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-08-19 17:43:36 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-08-20 08:17:49 +0200
commitbba3507723041f451c9da1ecee43819bcbe57f23 (patch)
tree6436d16e2edd96dc3807f0667d2b44bb4faecd44 /testsuites/sptests/sp51/sp51.doc
parentrtems_termios_puts: Copy and write more than one char at once (diff)
downloadrtems-bba3507723041f451c9da1ecee43819bcbe57f23.tar.bz2
score: PR2179: Fix initially locked PI mutex
Diffstat (limited to '')
-rw-r--r--testsuites/sptests/sp51/sp51.doc3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuites/sptests/sp51/sp51.doc b/testsuites/sptests/sp51/sp51.doc
index a1003dba99..fac553475e 100644
--- a/testsuites/sptests/sp51/sp51.doc
+++ b/testsuites/sptests/sp51/sp51.doc
@@ -23,3 +23,6 @@ concepts:
+ Ensure the when the binary semaphore lock fails to acquire the mutex,
it is an error to release it since the lock failed.
+
++ Verify that creation of an initially locked priority inheritance mutex does
+ not change the priority of the executing thread.