Back to home page

LXR

 
 

    


Warning, /testsuites/psxtmtests/psxtmthread06/psxtmthread06.doc is written in an unsupported language. File is not indexed.

0001 #  COPYRIGHT (c) 1989-2011.
0002 #  On-Line Applications Research Corporation (OAR).
0003 #  COPYRIGHT (c) 2013.
0004 #  Chirayu Desai (chirayudesai1@gmail.com).
0005 #
0006 #  The license and distribution terms for this file may be
0007 #  found in the file LICENSE in this distribution or at
0008 #  http://www.rtems.org/license/LICENSE.
0009 #
0010 
0011 This test benchmarks the following operations:
0012 
0013 + pthread_setschedparam - raise other priority, preempt
0014 
0015 This file describes the directives and concepts tested by this test set.
0016 
0017 test set name: psxtmthread
0018 
0019 directives:
0020 + pthread_create
0021 + pthread_getschedparam
0022 + pthread_setschedparam
0023 
0024 concepts:
0025 + Benchmark the call pthread_setschedparam for raising another thread's
0026   priority and the resulting context switch.