summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spsyslock01/spsyslock01.doc
diff options
context:
space:
mode:
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.