summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmsem01
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-22 17:28:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-22 17:28:28 +0000
commiteea728230aeb7c42e0da24148b00b561059f4f5b (patch)
tree5869bf2fdf6d9ab3608de8b141cc9e769de0c57f /testsuites/psxtmtests/psxtmsem01
parent2011-07-22 Ricardo Aguirre <el.mastin@ymail.com> (diff)
downloadrtems-eea728230aeb7c42e0da24148b00b561059f4f5b.tar.bz2
2011-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxtmmutex02/psxtmmutex02.doc, psxtmsem01/psxtmsem01.doc, psxtmsem02/psxtmsem02.doc, psxtmthread01/psxtmthread01.doc: Ensure all are correct.
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)