Changeset 5c491aef in rtems for c/src/tests/tmtests/tm29
- Timestamp:
- 12/20/95 15:39:19 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c64e4ed4
- Parents:
- 4442d21c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/tmtests/tm29/task1.c
r4442d21c r5c491aef 58 58 59 59 put_time( 60 "rtems_rate_monotonic_period (initial)",60 "rtems_rate_monotonic_period: initiate period -- returns to caller", 61 61 end_time, 62 62 1, … … 70 70 71 71 put_time( 72 "rtems_rate_monotonic_period (STATUS)",72 "rtems_rate_monotonic_period: obtain status", 73 73 end_time, 74 74 1, … … 94 94 95 95 put_time( 96 "rtems_rate_monotonic_delete (cancelled)",96 "rtems_rate_monotonic_delete: inactive", 97 97 end_time, 98 98 1, … … 112 112 113 113 put_time( 114 "rtems_rate_monotonic_delete (active)",114 "rtems_rate_monotonic_delete: active", 115 115 end_time, 116 116 1, … … 196 196 197 197 put_time( 198 "rtems_rate_monotonic_period (blocking)",198 "rtems_rate_monotonic_period: conclude periods -- caller blocks", 199 199 end_time, 200 200 OPERATION_COUNT,
Note: See TracChangeset
for help on using the changeset viewer.