source: rtems-schedsim/schedsim/shell/schedsim_priority/scenarios/script03.expected @ 968d2b2

Last change on this file since 968d2b2 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.0 KB
Line 
1*** TEST 03 ***
2  CPU 0: Thread Heir: 0x09010001 priority=255
3  CPU 0: Thread Executing: 0x09010001 priority=255
4=== Create 0x0a010001 ===
5Creating task with:  Preemption: yes Timeslicing: no
6Task (TA1) created: id=0x0a010001, priority=1
7Task (TA1) starting: id=0x0a010001, priority=1
8  CPU 0: Thread Heir: 0x0a010001 priority=1
9  CPU 0: Thread Executing: 0x0a010001 priority=1
10** Mode - query
11Previous Mode: Preemption: yes Timeslicing: no
12** Mode - set no timeslicing
13Previous Mode: Preemption: yes Timeslicing: no
14Current Mode:  Preemption: yes Timeslicing: no
15** Mode - set timeslicing
16Previous Mode: Preemption: yes Timeslicing: no
17Current Mode:  Preemption: yes Timeslicing: yes
18** Mode - set no timeslicing and no preempt
19Previous Mode: Preemption: yes Timeslicing: yes
20Current Mode:  Preemption: no Timeslicing: no
21** Mode - set timeslicing and preempt
22Previous Mode: Preemption: no Timeslicing: no
23Current Mode:  Preemption: yes Timeslicing: yes
24** Mode - query
25Previous Mode: Preemption: yes Timeslicing: yes
26*** END OF TEST 03 ***
Note: See TracBrowser for help on using the repository browser.