summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spsyslock01/spsyslock01.doc
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-07-02 13:12:38 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-07-30 09:11:18 +0200
commit7237b3e0765f1e1e7516cf66986b3f204e0f4c88 (patch)
treed1287711b304b19e158f2895c31c3c51a6568751 /testsuites/sptests/spsyslock01/spsyslock01.doc
parentscore: Add self-contained mutex implementation (diff)
downloadrtems-7237b3e0765f1e1e7516cf66986b3f204e0f4c88.tar.bz2
score: Add self-contained semaphore implementation
Diffstat (limited to 'testsuites/sptests/spsyslock01/spsyslock01.doc')
-rw-r--r--testsuites/sptests/spsyslock01/spsyslock01.doc5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuites/sptests/spsyslock01/spsyslock01.doc b/testsuites/sptests/spsyslock01/spsyslock01.doc
index 440759d930..1a7384ce7e 100644
--- a/testsuites/sptests/spsyslock01/spsyslock01.doc
+++ b/testsuites/sptests/spsyslock01/spsyslock01.doc
@@ -14,7 +14,12 @@ directives:
- _Mutex_recursive_Try_acquire()
- _Mutex_recursive_Release()
- _Mutex_recursive_Destroy()
+ - _Semaphore_Initialize()
+ - _Semaphore_Wait()
+ - _Semaphore_Post()
+ - _Semaphore_Destroy()
concepts:
- Ensure that self-contained mutexes and recursive mutexes work.
+ - Ensure that self-contained semaphores work.