Changeset f94917d7 in rtems for c/src/ada-tests/tmtests
- Timestamp:
- Jun 3, 1997, 10:18:54 PM (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6e98a517
- Parents:
- 46063740
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ada-tests/tmtests/tm17/tmtest.ads
r46063740 rf94917d7 93 93 ); 94 94 95 -- 96 -- LAST_TASK 97 -- 98 -- DESCRIPTION: 99 -- 100 -- This RTEMS task is the last task to execute in the system. It 101 -- stops the timer and reports the execution time of a preemptive 102 -- TASK_SET_PRIORITY. 103 -- 104 105 procedure LAST_TASK ( 106 ARGUMENT : in RTEMS.TASK_ARGUMENT 107 ); 108 95 109 end TMTEST;
Note: See TracChangeset
for help on using the changeset viewer.