summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smp06/smp06.doc
blob: 66f0fd8f594b247dd6a48b7183cda787e17dfe76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#  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.