source: rtems-schedsim/schedsim/shell/schedsim_smppriority_affinity/scenarios/cpus1_exercise_affinity_api.scen

Last change on this file was 7851bc3, checked in by Jennifer Averett <jennifer.averett@…>, on 05/23/14 at 15:24:46

schedsim_smppriority_affinity: Change scenario thread name to 4 characters.

  • Property mode set to 100644
File size: 217 bytes
Line 
1#
2#  Verify that affinity on 1 core
3#
4rtems_init 1
5
6# GOAL: 0x0a010001 with affinity
7echo "=== Create and start 0x0a010001 ==="
8task_create TA01 3 -a 1
9
10# GOAL: 0x0a010001 is now heir and executing on CPU 0
11cpus TA01
Note: See TracBrowser for help on using the repository browser.