summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmcond06/psxtmcond06.doc
diff options
context:
space:
mode:
authorDaniel Ramirez <javamonn@gmail.com>2013-11-30 22:04:51 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-12-01 06:50:25 -0600
commit972579d32b588e947c4a78e18d1814e17946e3f8 (patch)
tree626cd401e4c4e886f6aa4a5f9a2495b684eb7ec4 /testsuites/psxtmtests/psxtmcond06/psxtmcond06.doc
parentpsxtmtests: added new psxtmcond04 test, fixed psxtmcond03 (diff)
downloadrtems-972579d32b588e947c4a78e18d1814e17946e3f8.tar.bz2
psxtmtests: added psxtmcond06 test
Diffstat (limited to '')
-rw-r--r--testsuites/psxtmtests/psxtmcond06/psxtmcond06.doc26
1 files changed, 26 insertions, 0 deletions
diff --git a/testsuites/psxtmtests/psxtmcond06/psxtmcond06.doc b/testsuites/psxtmtests/psxtmcond06/psxtmcond06.doc
new file mode 100644
index 0000000000..c968748954
--- /dev/null
+++ b/testsuites/psxtmtests/psxtmcond06/psxtmcond06.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, no 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 no
+ resulting preempt.