source: rtems-schedsim/schedsim/shell/schedsim_smpsimple/scenarios/cpus1_suspend_on_primary.expected @ d1f9281

Last change on this file since d1f9281 was 968d2b2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/26/14 at 18:15:13

Unify printing of heir and executing

  • Property mode set to 100644
File size: 1.3 KB
Line 
1Script File               : scenarios/cpus1_suspend_on_primary.scen
2verbose                   : 1
3==> 1: #
4==> 2: #  Check blocking self on primary CPU
5==> 3: #
6==> 4: rtems_init 1
7  CPU 0: Thread Heir: 0x09010001 priority=255
8  CPU 0: Thread Executing: 0x09010001 priority=255
9==> 5: task_create smp1 5
10Creating task with:  Preemption: yes Timeslicing: no
11Task (smp1) created: id=0x0a010001, priority=5
12Task (smp1) starting: id=0x0a010001, priority=5
13  CPU 0: Thread Heir: 0x0a010001 priority=5
14  CPU 0: Thread Executing: 0x0a010001 priority=5
15==> 6: cpus
16=== CPU Status
17          EXECUTING      /   HEIR             / SWITCH NEEDED
18  CPU 0: 0x0a010001 @  5 / 0x0a010001 @  5          false
19=== End of Ready Set of Threads
20==> 7: # GOAL: 0x0a010001 is heir and executing on CPU 0
21==> 8: task_suspend SELF
22Suspending task (0x0a010001)
23  CPU 0: Thread Heir: 0x09010001 priority=255
24  CPU 0: Thread Executing: 0x09010001 priority=255
25==> 9: cpus
26=== CPU Status
27          EXECUTING      /   HEIR             / SWITCH NEEDED
28  CPU 0: 0x09010001 @255 / 0x09010001 @255          false
29=== End of Ready Set of Threads
30==> 10: # GOAL: 0x09010001 is heir and executing on CPU 0
31==> 11: cpus
32=== CPU Status
33          EXECUTING      /   HEIR             / SWITCH NEEDED
34  CPU 0: 0x09010001 @255 / 0x09010001 @255          false
35=== End of Ready Set of Threads
Note: See TracBrowser for help on using the repository browser.