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

Last change on this file since a829f37 was 9f3c8eb, checked in by Jennifer Averett <jennifer.averett@…>, on 05/16/14 at 19:53:51

Add scenarios for setting affinity before start of task.

  • Property mode set to 100644
File size: 291 bytes
Line 
1#
2
3#
4rtems_init 2
5task_create smp1 3
6# GOAL: 0x09010001, 0x0a010001
7# GOAL:   on CPUs 0-1 respectively
8cpus
9
10task_create smp2 4 -a 2
11# GOAL: 0x09010001, 0x0a010001
12# GOAL:   on CPUs 0 -1 respectively
13cpus
14
15dispatch
16# GOAL: 0x09010001, 0x0a010001
17# GOAL:   on CPUs 0 -1 respectively
18cpus
Note: See TracBrowser for help on using the repository browser.