summaryrefslogtreecommitdiffstats
path: root/tools/schedsim/shell/scripts/script06
blob: 962568d3388894cc35dcae264372eae749ca1b4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
echo "*** TEST 06 ***"
rtems_init
echo Create 0x0a010001 
task_create TA1 1
task_create TA2 2
task_create TA3 3
semaphore_create SEM1
semaphore_obtain SEM1 0
semaphore_obtain SEM1 0
semaphore_release SEM1
semaphore_delete SEM1
echo "*** END OF TEST 06 ***"
exit
# We will not get here