source: rtems-schedsim/schedsim/shell/schedsim_smpsimple/scenarios/cpus1_suspend_on_primary.scen @ 42888e1

Last change on this file since 42888e1 was 42888e1, checked in by Jennifer Averett <jennifer.averett@…>, on 06/03/14 at 12:25:24

schedsim_smpsimple: Add task verification per core to scenario.

  • Property mode set to 100644
File size: 222 bytes
RevLine 
[f40778b]1#
2#  Check blocking self on primary CPU
3#
4rtems_init 1
5task_create smp1 5
[42888e1]6cpus smp1
[f40778b]7# GOAL: 0x0a010001 is heir and executing on CPU 0
8task_suspend SELF
[42888e1]9cpus IDLE
[f40778b]10# GOAL: 0x09010001 is heir and executing on CPU 0
[42888e1]11cpus IDLE
Note: See TracBrowser for help on using the repository browser.