Changeset 9863dbf in rtems for cpukit/rtems/src
- Timestamp:
- 08/18/95 21:42:58 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0f592fba
- Parents:
- 95fbca1
- Location:
- cpukit/rtems/src
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/rtems/src/dpmem.c
r95fbca1 r9863dbf 38 38 _Objects_Initialize_information( 39 39 &_Dual_ported_memory_Information, 40 OBJECTS_RTEMS_PORTS, 40 41 FALSE, 41 42 maximum_ports, -
cpukit/rtems/src/msg.c
r95fbca1 r9863dbf 46 46 _Objects_Initialize_information( 47 47 &_Message_queue_Information, 48 OBJECTS_RTEMS_MESSAGE_QUEUES, 48 49 TRUE, 49 50 maximum_message_queues, … … 286 287 the_message_queue->Object.id, 287 288 0, /* Not used */ 288 MPCI_DEFAULT_TIMEOUT289 0 289 290 ); 290 291 } -
cpukit/rtems/src/part.c
r95fbca1 r9863dbf 40 40 _Objects_Initialize_information( 41 41 &_Partition_Information, 42 OBJECTS_RTEMS_PARTITIONS, 42 43 TRUE, 43 44 maximum_partitions, -
cpukit/rtems/src/ratemon.c
r95fbca1 r9863dbf 42 42 _Objects_Initialize_information( 43 43 &_Rate_monotonic_Information, 44 OBJECTS_RTEMS_PERIODS, 44 45 FALSE, 45 46 maximum_periods, -
cpukit/rtems/src/region.c
r95fbca1 r9863dbf 40 40 _Objects_Initialize_information( 41 41 &_Region_Information, 42 OBJECTS_RTEMS_REGIONS, 42 43 FALSE, 43 44 maximum_regions, -
cpukit/rtems/src/rtemstimer.c
r95fbca1 r9863dbf 39 39 _Objects_Initialize_information( 40 40 &_Timer_Information, 41 OBJECTS_RTEMS_TIMERS, 41 42 FALSE, 42 43 maximum_timers, -
cpukit/rtems/src/sem.c
r95fbca1 r9863dbf 57 57 _Objects_Initialize_information( 58 58 &_Semaphore_Information, 59 OBJECTS_RTEMS_SEMAPHORES, 59 60 TRUE, 60 61 maximum_semaphores, -
cpukit/rtems/src/tasks.c
r95fbca1 r9863dbf 144 144 } 145 145 146 the_thread->name = name;147 146 the_thread->attribute_set = the_attribute_set; 148 147 the_thread->current_state = STATES_DORMANT;
Note: See TracChangeset
for help on using the changeset viewer.