summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmcond08/psxtmcond08.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtmtests/psxtmcond08/psxtmcond08.doc')
-rw-r--r--testsuites/psxtmtests/psxtmcond08/psxtmcond08.doc20
1 files changed, 18 insertions, 2 deletions
diff --git a/testsuites/psxtmtests/psxtmcond08/psxtmcond08.doc b/testsuites/psxtmtests/psxtmcond08/psxtmcond08.doc
index 865fc07091..9925b957d3 100644
--- a/testsuites/psxtmtests/psxtmcond08/psxtmcond08.doc
+++ b/testsuites/psxtmtests/psxtmcond08/psxtmcond08.doc
@@ -1,4 +1,4 @@
-# COPYRIGHT (c) 1989-2011.
+# COPYRIGHT (c) 2013
# On-Line Applications Research Corporation (OAR).
#
# The license and distribution terms for this file may be
@@ -8,4 +8,20 @@
This test benchmarks the following operations:
-+
++ pthread_cond_wait - blocks (mutex+condvar pattern)
+
+This file describes the directives and concepts tested by this test set.
+
+test set name: psxtmcond
+
+directives:
++ pthread_cond_signal
++ pthread_mutex_lock
++ pthread_mutex_init
++ pthread_cond_init
++ pthread_create
++ pthread_cond_timedwait
+
+concepts:
++ Benchmark the call pthread_cond_wait blocking threads and using a mutex and
+ condvar pattern.