summaryrefslogblamecommitdiffstats
path: root/schedsim/shell/schedsim_smpsimple/scenarios/cpus4_priority.scen
blob: 311bae44bc5759f77bab074e5f137a40d0f296a2 (plain) (tree)




































                                                                  
#
#  Check increasing and decrease priority
#
rtems_init 4
task_create smp1 5
task_create smp2 8
task_create smp3 8
task_create smp4 8
task_create smp5 8
dispatch
# GOAL: 0x0a010001 - 0x0a010004 are heir and executing
# GOAL:   on CPUs 0 - 3 respectively
cpus

task_priority smp1 4
dispatch
# GOAL: 0x0a010001 - 0x0a010004 are heir and executing
# GOAL:   on CPUs 0 - 3 respectively (no change)
cpus

task_priority smp1 7
dispatch
# GOAL: 0x0a010001 - 0x0a010004 are heir and executing
# GOAL:   on CPUs 0 - 3 respectively (no change)
cpus

task_priority smp1 8
dispatch
# GOAL: 0x0a010005, 0x0a010002 - 0x0a010004 are heir and executing
# GOAL:   on CPUs 0 - 3 respectively
cpus

task_priority smp1 5
dispatch
# GOAL: 0x0a010001 - 0x0a010004 are heir and executing
# GOAL:   on CPUs 0 - 3 respectively
cpus