source: rtems-schedsim/schedsim/shell/schedsim_smpsimple/scenarios/cpus4_nonpreempt_case1.scen @ 3ad6235

Last change on this file since 3ad6235 was 3ad6235, checked in by Jennifer Averett <jennifer.averett@…>, on 05/13/14 at 14:30:12

schedsim_smpsimple: Clean up scenarios to match changes.

Dispatch commands were removed since a dispatch of all cpu's was
added to the dispatch wrapper. Scenarios wich only use preemptable
tasks were modified to account for changes in scheduling and
changes in expected output format.

  • Property mode set to 100644
File size: 400 bytes
Line 
1#
2#  Show how having a non-preemptive task can create a
3#  priority inversion
4#
5rtems_init 4
6task_create -p smp1 5
7task_create smp2 5
8task_create smp3 5
9task_create smp4 5
10# GOAL: 0x0a010001 - 0x0a010004 are heir and executing
11# GOAL:   on CPUs 0 - 3 respectively
12cpus
13
14task_create smp5 3
15# GOAL: 0x0a010001, 0x0a010005, 0x0a010003, and 0x0a010004 are heir
16# GOAL:   and executing on CPUs 0 - 3
17cpus
Note: See TracBrowser for help on using the repository browser.