summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmcond03/psxtmcond03.doc
diff options
context:
space:
mode:
authorDaniel Ramirez <javamonn@gmail.com>2013-11-30 15:42:38 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-11-30 15:50:25 -0600
commit115e0591317481cb622913d46f4164d7db34fa1b (patch)
tree95fa331add37a01d187a80b57bdddba9844b0aea /testsuites/psxtmtests/psxtmcond03/psxtmcond03.doc
parentpsxtmtests_plan.csv: Replace comma with colon (diff)
downloadrtems-115e0591317481cb622913d46f4164d7db34fa1b.tar.bz2
fixed psxtmthread02 test, updated .csv to be in sync and added test .docs
Diffstat (limited to 'testsuites/psxtmtests/psxtmcond03/psxtmcond03.doc')
-rw-r--r--testsuites/psxtmtests/psxtmcond03/psxtmcond03.doc19
1 files changed, 17 insertions, 2 deletions
diff --git a/testsuites/psxtmtests/psxtmcond03/psxtmcond03.doc b/testsuites/psxtmtests/psxtmcond03/psxtmcond03.doc
index 865fc07091..4f0a474098 100644
--- a/testsuites/psxtmtests/psxtmcond03/psxtmcond03.doc
+++ b/testsuites/psxtmtests/psxtmcond03/psxtmcond03.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,19 @@
This test benchmarks the following operations:
-+
++ pthread_cond_signal - thread waiting: no preempt
+
+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
+
+concepts:
++ Benchmark the call pthread_cond_signal to unlock a mutex, with no resulting
+ preempt.