summaryrefslogtreecommitdiffstats
path: root/schedsim/shell/schedsim_priority/scenarios/script03.expected
blob: fc5ad7f0b4f0f1a7e327e9afd9b36388d9206401 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Script File               : script03.scen
verbose                   : 1
==> 1: echo "*** TEST 03 ***"
*** TEST 03 ***
==> 2: rtems_init
  CPU 0: Thread Heir: 0x09010001 priority=255
  CPU 0: Thread Executing: 0x09010001 priority=255
==> 3: echo "=== Create 0x0a010001 ==="
=== Create 0x0a010001 ===
==> 4: task_create TA1 1
Creating task with:  Preemption: yes Timeslicing: no
Task (TA1) created: id=0x0a010001, priority=1
Task (TA1) starting: id=0x0a010001, priority=1
  CPU 0: Thread Heir: 0x0a010001 priority=1
  CPU 0: Thread Executing: 0x0a010001 priority=1
==> 5: echo "** Mode - query"
** Mode - query
==> 6: task_mode
Previous Mode: Preemption: yes Timeslicing: no
==> 7: echo "** Mode - set no timeslicing"
** Mode - set no timeslicing
==> 8: task_mode -t
Previous Mode: Preemption: yes Timeslicing: no
Current Mode:  Preemption: yes Timeslicing: no
==> 9: echo "** Mode - set timeslicing"
** Mode - set timeslicing
==> 10: task_mode -T
Previous Mode: Preemption: yes Timeslicing: no
Current Mode:  Preemption: yes Timeslicing: yes
==> 11: echo "** Mode - set no timeslicing and no preempt"
** Mode - set no timeslicing and no preempt
==> 12: task_mode -t -p