Changeset 3652ad35 in rtems for testsuites/mptests/mp14/init.c
- 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
-
testsuites/mptests/mp14/init.c
rb3ac6a8d r3652ad35 121 121 Task_name[ Multiprocessing_configuration.node ], 122 122 2, 123 2048,123 RTEMS_MINIMUM_STACK_SIZE, 124 124 RTEMS_TIMESLICE, 125 125 RTEMS_GLOBAL, … … 136 136 Semaphore_task_name[ Multiprocessing_configuration.node ], 137 137 2, 138 2048,138 RTEMS_MINIMUM_STACK_SIZE, 139 139 RTEMS_TIMESLICE, 140 140 RTEMS_GLOBAL, … … 151 151 Queue_task_name[ Multiprocessing_configuration.node ], 152 152 2, 153 2048,153 RTEMS_MINIMUM_STACK_SIZE, 154 154 RTEMS_TIMESLICE, 155 155 RTEMS_GLOBAL, … … 167 167 Partition_task_name[ Multiprocessing_configuration.node ], 168 168 2, 169 2048,169 RTEMS_MINIMUM_STACK_SIZE, 170 170 RTEMS_TIMESLICE, 171 171 RTEMS_GLOBAL,
Note: See TracChangeset
for help on using the changeset viewer.