summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmsem01
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtmtests/psxtmsem01')
-rw-r--r--testsuites/psxtmtests/psxtmsem01/psxtmsem01.doc10
1 files changed, 6 insertions, 4 deletions
diff --git a/testsuites/psxtmtests/psxtmsem01/psxtmsem01.doc b/testsuites/psxtmtests/psxtmsem01/psxtmsem01.doc
index 83d45b0fc7..344415d0a0 100644
--- a/testsuites/psxtmtests/psxtmsem01/psxtmsem01.doc
+++ b/testsuites/psxtmtests/psxtmsem01/psxtmsem01.doc
@@ -12,9 +12,11 @@
This test benchmarks the following operations:
+ sem_init
-+ sem_open (first 'O_CREAT')
-+ sem_close (first)
-+ sem_open (second 'O_EXCL')
-+ sem_close (second)
+ sem_destroy
++ sem_open (first open 'O_CREAT')
++ sem_open (second open 'O_EXCL')
++ sem_close (named first/nested close)
++ sem_unlink (does not delete)
++ sem_close (named second close)
++ sem_unlink (deletes semaphore)