summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smp06/smp06.doc
blob: beb404b853a7b4ad9a25c7d3baaf4dbce11edd77 (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
#
#  $Id$
#
#  COPYRIGHT (c) 1989-2011.
#  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 file describes the directives and concepts tested by this test set.

test set name:  smp06

directives:

  rtems_task_create
  rtems_task_start

concepts:

+ Ensure that in an SMP system, when given a choice to preempt one of two
  threads at equal priority, the thread which has been running the longest
  is selected.