Changeset c26b62f in rtems
- Timestamp:
- 04/19/96 21:10:32 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 78b2ff1
- Parents:
- 8f9e9bdc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/rtems/inline/event.inl
r8f9e9bdc rc26b62f 18 18 #define __MACROS_EVENT_inl 19 19 20 /*21 * Event_Manager_initialization22 *23 * DESCRIPTION:24 *25 * This routine performs the initialization necessary for this manager.26 */27 28 STATIC INLINE void _Event_Manager_initialization( void )29 {30 _Event_Sync_state = EVENT_SYNC_SYNCHRONIZED;31 32 /*33 * Register the MP Process Packet routine.34 */35 36 _MPCI_Register_packet_processor( MP_PACKET_EVENT, _Event_MP_Process_packet );37 }38 39 20 #endif 40 21 /* end of include file */ -
c/src/exec/rtems/inline/rtems/rtems/event.inl
r8f9e9bdc rc26b62f 18 18 #define __MACROS_EVENT_inl 19 19 20 /*21 * Event_Manager_initialization22 *23 * DESCRIPTION:24 *25 * This routine performs the initialization necessary for this manager.26 */27 28 STATIC INLINE void _Event_Manager_initialization( void )29 {30 _Event_Sync_state = EVENT_SYNC_SYNCHRONIZED;31 32 /*33 * Register the MP Process Packet routine.34 */35 36 _MPCI_Register_packet_processor( MP_PACKET_EVENT, _Event_MP_Process_packet );37 }38 39 20 #endif 40 21 /* end of include file */ -
cpukit/rtems/inline/rtems/rtems/event.inl
r8f9e9bdc rc26b62f 18 18 #define __MACROS_EVENT_inl 19 19 20 /*21 * Event_Manager_initialization22 *23 * DESCRIPTION:24 *25 * This routine performs the initialization necessary for this manager.26 */27 28 STATIC INLINE void _Event_Manager_initialization( void )29 {30 _Event_Sync_state = EVENT_SYNC_SYNCHRONIZED;31 32 /*33 * Register the MP Process Packet routine.34 */35 36 _MPCI_Register_packet_processor( MP_PACKET_EVENT, _Event_MP_Process_packet );37 }38 39 20 #endif 40 21 /* end of include file */
Note: See TracChangeset
for help on using the changeset viewer.