summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmthread04/psxtmthread04.doc
diff options
context:
space:
mode:
authorDaniel Ramirez <javamonn@gmail.com>2013-12-02 20:24:28 -0600
committerGedare Bloom <gedare@rtems.org>2013-12-02 22:43:09 -0500
commit064820c8740766a4cbe698dd9dd7ec100fe3ebbb (patch)
treeb04a1a593c010d3fbca87f55ffa963c55343f651 /testsuites/psxtmtests/psxtmthread04/psxtmthread04.doc
parentleon2_doxygen_1 (diff)
downloadrtems-064820c8740766a4cbe698dd9dd7ec100fe3ebbb.tar.bz2
psxtmtests: added new psxtmthread04 test
Diffstat (limited to 'testsuites/psxtmtests/psxtmthread04/psxtmthread04.doc')
-rw-r--r--testsuites/psxtmtests/psxtmthread04/psxtmthread04.doc24
1 files changed, 24 insertions, 0 deletions
diff --git a/testsuites/psxtmtests/psxtmthread04/psxtmthread04.doc b/testsuites/psxtmtests/psxtmthread04/psxtmthread04.doc
new file mode 100644
index 0000000000..7088b4ea84
--- /dev/null
+++ b/testsuites/psxtmtests/psxtmthread04/psxtmthread04.doc
@@ -0,0 +1,24 @@
+# COPYRIGHT (c) 1989-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_getschedparam
++ pthread_setschedparam - no thread switch
+
+This file describes the directives and concepts tested by this test set.
+
+test set name: psxtmthread
+
+directives:
++ pthread_getschedparam
++ pthread_setschedparam
+
+concepts:
++ Benchmark the call pthread_getschedparam and pthread_setschedparam without
+ triggering a context switch.