summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmthread06/psxtmthread06.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtmtests/psxtmthread06/psxtmthread06.doc')
-rw-r--r--testsuites/psxtmtests/psxtmthread06/psxtmthread06.doc26
1 files changed, 26 insertions, 0 deletions
diff --git a/testsuites/psxtmtests/psxtmthread06/psxtmthread06.doc b/testsuites/psxtmtests/psxtmthread06/psxtmthread06.doc
new file mode 100644
index 0000000000..269385601a
--- /dev/null
+++ b/testsuites/psxtmtests/psxtmthread06/psxtmthread06.doc
@@ -0,0 +1,26 @@
+# COPYRIGHT (c) 1989-2011.
+# On-Line Applications Research Corporation (OAR).
+# COPYRIGHT (c) 2013.
+# Chirayu Desai (chirayudesai1@gmail.com).
+#
+# 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_setschedparam - raise other priority, preempt
+
+This file describes the directives and concepts tested by this test set.
+
+test set name: psxtmthread
+
+directives:
++ pthread_create
++ pthread_getschedparam
++ pthread_setschedparam
+
+concepts:
++ Benchmark the call pthread_setschedparam for raising another thread's
+ priority and the resulting context switch.