source: rtems-schedsim/schedsim/shell/schedsim_priority/scenarios/script06.expected @ 9077d3c

Last change on this file since 9077d3c was 9077d3c, checked in by Joel Sherrill <joel.sherrill@…>, on 05/17/11 at 19:31:08

2011-05-17 Joel Sherrill <joel.sherrill@…>

  • Makefile.am: Merge and update code. Simulators for Deterministic Priority and SMP Simple Schedulers now work.
  • ChangeLog?, smp_stub.c, scenarios/script01.expected, scenarios/script01.output, scenarios/script01.scen, scenarios/script02.expected, scenarios/script02.output, scenarios/script02.scen, scenarios/script03.expected, scenarios/script03.output, scenarios/script03.scen, scenarios/script04.expected, scenarios/script04.output, scenarios/script04.scen, scenarios/script05.expected, scenarios/script05.output, scenarios/script05.scen, scenarios/script06.expected, scenarios/script06.output, scenarios/script06.scen: New files.
  • scenarios/script01, scenarios/script02, scenarios/script03, scenarios/script04, scenarios/script05, scenarios/script06: Removed.
  • Property mode set to 100644
File size: 1.1 KB
Line 
1*** TEST 06 ***
2  Thread Heir: 0x09010001 priority=255
3  Thread Executing: 0x09010001 priority=255
4Create 0x0a010001
5Creating task with:  Preemption: yes Timeslicing: no
6Task (TA1) created: id=0x0a010001, priority=1
7Task (TA1) starting: id=0x0a010001, priority=1
8  Thread Heir: 0x0a010001 priority=1
9  Thread Executing: 0x0a010001 priority=1
10Creating task with:  Preemption: yes Timeslicing: no
11Task (TA2) created: id=0x0a010002, priority=2
12Task (TA2) starting: id=0x0a010002, priority=2
13Creating task with:  Preemption: yes Timeslicing: no
14Task (TA3) created: id=0x0a010003, priority=3
15Task (TA3) starting: id=0x0a010003, priority=3
16Semaphore (SEM1) created: id=0x1a010001
17Obtain semaphore (0x1a010001) with timeout 0
18  Thread Heir: 0x0a010002 priority=2
19  Thread Executing: 0x0a010002 priority=2
20Obtain semaphore (0x1a010001) with timeout 0
21  Thread Heir: 0x0a010003 priority=3
22  Thread Executing: 0x0a010003 priority=3
23Releasing semaphore (0x1a010001)
24  Thread Heir: 0x0a010001 priority=1
25  Thread Executing: 0x0a010001 priority=1
26Deleting semaphore (0x1a010001)
27*** END OF TEST 06 ***
Note: See TracBrowser for help on using the repository browser.