From 064820c8740766a4cbe698dd9dd7ec100fe3ebbb Mon Sep 17 00:00:00 2001 From: Daniel Ramirez Date: Mon, 2 Dec 2013 20:24:28 -0600 Subject: psxtmtests: added new psxtmthread04 test --- .../psxtmtests/psxtmthread04/psxtmthread04.doc | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 testsuites/psxtmtests/psxtmthread04/psxtmthread04.doc (limited to 'testsuites/psxtmtests/psxtmthread04/psxtmthread04.doc') 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. -- cgit v1.2.3