Changeset 3652ad35 in rtems for c/src/tests/tmtests/tm22
- Timestamp:
- 09/19/95 14:53:29 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 38ffa0c
- Parents:
- b3ac6a8d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/tmtests/tm22/task1.c
rb3ac6a8d r3652ad35 54 54 rtems_build_name( 'L', 'O', 'W', ' ' ), 55 55 10, 56 2048,56 RTEMS_MINIMUM_STACK_SIZE, 57 57 RTEMS_NO_PREEMPT, 58 58 RTEMS_DEFAULT_ATTRIBUTES, … … 67 67 1, 68 68 11, 69 1024,69 RTEMS_MINIMUM_STACK_SIZE, 70 70 RTEMS_DEFAULT_MODES, 71 71 RTEMS_DEFAULT_ATTRIBUTES, … … 122 122 rtems_build_name( 'H', 'I', 'G', 'H' ), 123 123 5, 124 2048,124 RTEMS_MINIMUM_STACK_SIZE, 125 125 RTEMS_NO_PREEMPT, 126 126 RTEMS_DEFAULT_ATTRIBUTES,
Note: See TracChangeset
for help on using the changeset viewer.