summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmthread06/psxtmthread06.doc
blob: 9462c9490db963901fd6f5d8e893ab6ed51e67ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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.org/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.