source: rtems-schedsim/schedsim/shell/schedsim_smppriority_affinity/scenarios/cpus4_priority_case1.scen @ a829f37

Last change on this file since a829f37 was 807b593, checked in by Jennifer Averett <jennifer.averett@…>, on 05/20/14 at 17:50:18

shedsim_smppriority_affinity: Add scenarios.

  • Property mode set to 100644
File size: 575 bytes
Line 
1#
2#  Ensure lowest priority is preempted
3#
4rtems_init 4
5task_create smp1 7
6task_create smp2 8
7task_create smp3 5
8task_create smp4 6
9task_create smp5 9
10
11# GOAL: want 0x0a010001 - 0x0a010004 as heir and executings
12# GOAL:   on CPUs 3-0 respectively
13cpus
14
15# Tasks are created and distributed across CPUs
16task_set_affinity smp5 0x01
17# GOAL: want 0x0a010001 - 0x0a010004 as heir and executings
18# GOAL:   on CPUs 3-0 respectively
19cpus
20
21task_priority smp5 5
22# GOAL: want 0x0a010005, 0x0a010003, 0x0a010004, 0x0a010001
23# GOAL:   to be heir AND executing on CPU 0-3 respectively
24cpus
Note: See TracBrowser for help on using the repository browser.