summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmthread05/psxtmthread05.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtmtests/psxtmthread05/psxtmthread05.doc')
-rw-r--r--testsuites/psxtmtests/psxtmthread05/psxtmthread05.doc26
1 files changed, 26 insertions, 0 deletions
diff --git a/testsuites/psxtmtests/psxtmthread05/psxtmthread05.doc b/testsuites/psxtmtests/psxtmthread05/psxtmthread05.doc
new file mode 100644
index 0000000000..95724d04df
--- /dev/null
+++ b/testsuites/psxtmtests/psxtmthread05/psxtmthread05.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 - lower own 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 while lowering the priority.