summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmcond07/psxtmcond07.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtmtests/psxtmcond07/psxtmcond07.doc')
-rw-r--r--testsuites/psxtmtests/psxtmcond07/psxtmcond07.doc26
1 files changed, 26 insertions, 0 deletions
diff --git a/testsuites/psxtmtests/psxtmcond07/psxtmcond07.doc b/testsuites/psxtmtests/psxtmcond07/psxtmcond07.doc
new file mode 100644
index 0000000000..599ee03d47
--- /dev/null
+++ b/testsuites/psxtmtests/psxtmcond07/psxtmcond07.doc
@@ -0,0 +1,26 @@
+# COPYRIGHT (c) 2013
+# On-Line Applications Research Corporation (OAR).
+#
+# The license and distribution terms for this file may be
+# found in the file LICENSE in this distribution or at
+# http://www.rtems.com/license/LICENSE.
+#
+
+This test benchmarks the following operations:
+
++ pthread_cond_broadcast - threads waiting, preempt
+
+This file describes the directives and concepts tested by this test set.
+
+test set name: psxtmcond
+
+directives:
++ pthread_cond_broadcast
++ pthread_mutex_lock
++ pthread_mutex_init
++ pthread_cond_init
++ pthread_create
+
+concepts:
++ Benchmark the call pthread_cond_broadcast to wake all other threads, with a
+ resulting preempt.