source: rtems-schedsim/schedsim/shell/schedsim_priority/scenarios/script03 @ abb18dc

base initial
Last change on this file since abb18dc was abb18dc, checked in by Joel Sherrill <joel.sherrill@…>, on 04/25/11 at 15:53:10

Initial import.

  • Property mode set to 100644
File size: 432 bytes
Line 
1echo "*** TEST 03 ***"
2rtems_init
3echo "=== Create 0x0a010001 ==="
4task_create TA1 1
5echo "** Mode - query"
6task_mode
7echo "** Mode - set no timeslicing"
8task_mode -t
9echo "** Mode - set timeslicing"
10task_mode -T
11echo "** Mode - set no timeslicing and no preempt"
12task_mode -t -p
13echo "** Mode - set timeslicing and preempt"
14task_mode -T -P
15echo "** Mode - query"
16task_mode
17echo "*** END OF TEST 03 ***"
18exit
19# We will not get here
Note: See TracBrowser for help on using the repository browser.