Changeset d964f79 in rtems
- Timestamp:
- Nov 2, 2004, 9:56:13 AM (16 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 17ec0008
- Parents:
- 4b487363
- Location:
- cpukit/rtems
- Files:
-
- 33 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/rtems/include/rtems.h
r4b487363 rd964f79 1 /* rtems.h 2 * 1 /** 2 * @file rtems.h 3 */ 4 5 /* 3 6 * This include file contains information about RTEMS executive that 4 7 * is required by the application and is CPU independent. It includes -
cpukit/rtems/inline/rtems/rtems/asr.inl
r4b487363 rd964f79 1 /* inline/asr.inl 2 * 1 /** 2 * @file rtems/rtems/asr.inl 3 */ 4 5 /* 3 6 * This include file contains the implemenation of all routines 4 7 * associated with the asynchronous signal handler which are inlined. -
cpukit/rtems/inline/rtems/rtems/attr.inl
r4b487363 rd964f79 1 /* inline/attr.inl 2 * 1 /** 2 * @file rtems/rtems/attr.inl 3 */ 4 5 /* 3 6 * This include file contains all of the inlined routines associated 4 7 * with attributes. -
cpukit/rtems/inline/rtems/rtems/dpmem.inl
r4b487363 rd964f79 1 /* inline/dpmem.inl 2 * 1 /** 2 * @file rtems/rtems/dpmem.inl 3 */ 4 5 /* 3 6 * This include file contains the inline routine used in conjunction 4 7 * with the Dual Ported Memory Manager -
cpukit/rtems/inline/rtems/rtems/event.inl
r4b487363 rd964f79 1 /* inline/event.inl 2 * 1 /** 2 * @file rtems/rtems/event.inl 3 */ 4 5 /* 3 6 * This include file contains the static inline implementation of 4 7 * macros for the Event Manager. -
cpukit/rtems/inline/rtems/rtems/eventset.inl
r4b487363 rd964f79 1 /* inline/eventset.inl 2 * 1 /** 2 * @file rtems/rtems/eventset.inl 3 */ 4 5 /* 3 6 * This include file contains the information pertaining to event sets. 4 7 * -
cpukit/rtems/inline/rtems/rtems/message.inl
r4b487363 rd964f79 1 /* message.inl 2 * 1 /** 2 * @file rtems/rtems/message.inl 3 */ 4 5 /* 3 6 * This include file contains the static inline implementation of all 4 7 * inlined routines in the Message Manager. -
cpukit/rtems/inline/rtems/rtems/modes.inl
r4b487363 rd964f79 1 /* modes.inl 2 * 1 /** 2 * @file rtems/rtems/modes.inl 3 */ 4 5 /* 3 6 * This include file contains the static inline implementation of the 4 7 * inlined routines in the Mode Handler -
cpukit/rtems/inline/rtems/rtems/options.inl
r4b487363 rd964f79 1 /* options.inl 2 * 1 /** 2 * @file rtems/rtems/options.inl 3 */ 4 5 /* 3 6 * This file contains the static inline implementation of the inlined 4 7 * routines from the Options Handler. -
cpukit/rtems/inline/rtems/rtems/part.inl
r4b487363 rd964f79 1 /* part.inl 2 * 1 /** 2 * @file rtems/rtems/part.inl 3 */ 4 5 /* 3 6 * This file contains the macro implementation of all inlined routines 4 7 * in the Partition Manager. -
cpukit/rtems/inline/rtems/rtems/ratemon.inl
r4b487363 rd964f79 1 /* ratemon.inl 2 * 1 /** 2 * @file rtems/rtems/ratemon.inl 3 */ 4 5 /* 3 6 * This file contains the static inline implementation of the inlined 4 7 * routines in the Rate Monotonic Manager. -
cpukit/rtems/inline/rtems/rtems/region.inl
r4b487363 rd964f79 1 /* region.inl 2 * 1 /** 2 * @file rtems/rtems/region.inl 3 */ 4 5 /* 3 6 * This file contains the macro implementation of the inlined 4 7 * routines from the Region Manager. -
cpukit/rtems/inline/rtems/rtems/sem.inl
r4b487363 rd964f79 1 /* sem.inl 2 * 1 /** 2 * @file rtems/rtems/sem.inl 3 */ 4 5 /* 3 6 * This file contains the static inlin implementation of the inlined 4 7 * routines from the Semaphore Manager. -
cpukit/rtems/inline/rtems/rtems/status.inl
r4b487363 rd964f79 1 /* inline/status.inl 2 * 1 /** 2 * @file rtems/rtems/status.inl 3 */ 4 5 /* 3 6 * This include file contains the implementations of the inlined 4 7 * routines for the status package. -
cpukit/rtems/inline/rtems/rtems/support.inl
r4b487363 rd964f79 1 /* support.inl 2 * 1 /** 2 * @file rtems/rtems/support.inl 3 */ 4 5 /* 3 6 * This include file contains the static inline implementation of all 4 7 * of the inlined routines specific to the RTEMS API. -
cpukit/rtems/inline/rtems/rtems/tasks.inl
r4b487363 rd964f79 1 /* tasks.inl 2 * 1 /** 2 * @file rtems/rtems/tasks.inl 3 */ 4 5 /* 3 6 * This file contains the static inline implementation of all inlined 4 7 * routines in the with RTEMS Tasks Manager. -
cpukit/rtems/inline/rtems/rtems/timer.inl
r4b487363 rd964f79 1 /* timer.inl 2 * 1 /** 2 * @file rtems/rtems/timer.inl 3 */ 4 5 /* 3 6 * This file contains the static inline implementation of the inlined routines 4 7 * from the Timer Manager. -
cpukit/rtems/macros/rtems/rtems/asr.inl
r4b487363 rd964f79 1 /* macros/asr.h 2 * 1 /** 2 * @file rtems/rtems/asr.inl 3 */ 4 5 /* 3 6 * This include file contains the implemenation of all routines 4 7 * associated with the asynchronous signal handler which are inlined. -
cpukit/rtems/macros/rtems/rtems/attr.inl
r4b487363 rd964f79 1 /* macros/attr.h 2 * 1 /** 2 * @file rtems/rtems/attr.inl 3 */ 4 5 /* 3 6 * This include file contains all of the inlined routines associated 4 7 * with attributes. -
cpukit/rtems/macros/rtems/rtems/dpmem.inl
r4b487363 rd964f79 1 /* macros/dpmem.h 2 * 1 /** 2 * @file rtems/rtems/dpmem.inl 3 */ 4 5 /* 3 6 * This include file contains the inline routine used in conjunction 4 7 * with the Dual Ported Memory Manager -
cpukit/rtems/macros/rtems/rtems/event.inl
r4b487363 rd964f79 1 /* macros/event.h 2 * 1 /** 2 * @file rtems/rtems/event.inl 3 */ 4 5 /* 3 6 * This include file contains the implementation of macros for 4 7 * the Event Manager. -
cpukit/rtems/macros/rtems/rtems/eventset.inl
r4b487363 rd964f79 1 /* eventset.inl 2 * 1 /** 2 * @file rtems/rtems/eventset.inl 3 */ 4 5 /* 3 6 * This include file contains the macro implementation of inlined 4 7 * routines in the event set object. -
cpukit/rtems/macros/rtems/rtems/message.inl
r4b487363 rd964f79 1 /* message.inl 2 * 1 /** 2 * @file rtems/rtems/message.inl 3 */ 4 5 /* 3 6 * This include file contains the macro implementation of all 4 7 * inlined routines in the Message Manager. -
cpukit/rtems/macros/rtems/rtems/modes.inl
r4b487363 rd964f79 1 /* modes.inl 2 * 1 /** 2 * @file rtems/rtems/modes.inl 3 */ 4 5 /* 3 6 * This include file contains the macro implementation of the 4 7 * inlined routines in the Mode Handler. -
cpukit/rtems/macros/rtems/rtems/options.inl
r4b487363 rd964f79 1 /* options.inl 2 * 1 /** 2 * @file rtems/rtems/options.inl 3 */ 4 5 /* 3 6 * This file contains the macro implementation of the inlined 4 7 * routines from the Options Handler. -
cpukit/rtems/macros/rtems/rtems/part.inl
r4b487363 rd964f79 1 /* part.inl 2 * 1 /** 2 * @file rtems/rtems/part.inl 3 */ 4 5 /* 3 6 * This file contains the macro implementation of all inlined routines 4 7 * in the Partition Manager. -
cpukit/rtems/macros/rtems/rtems/ratemon.inl
r4b487363 rd964f79 1 /* ratemon.inl 2 * 1 /** 2 * @file rtems/rtems/ratemon.inl 3 */ 4 5 /* 3 6 * This file contains the macro implementation of the inlined 4 7 * routines in the Rate Monotonic Manager. -
cpukit/rtems/macros/rtems/rtems/region.inl
r4b487363 rd964f79 1 /* region.inl 2 * 1 /** 2 * @file rtems/rtems/region.inl 3 */ 4 5 /* 3 6 * This file contains the macro implementation of the inlined 4 7 * routines from the Region Manager. -
cpukit/rtems/macros/rtems/rtems/sem.inl
r4b487363 rd964f79 1 /* sem.inl 2 * 1 /** 2 * @file rtems/rtems/sem.inl 3 */ 4 5 /* 3 6 * This file contains the macro implementation of the inlined 4 7 * routines from the Semaphore Manager. -
cpukit/rtems/macros/rtems/rtems/status.inl
r4b487363 rd964f79 1 /* macros/status.h 2 * 1 /** 2 * @file rtems/rtems/status.inl 3 */ 4 5 /* 3 6 * This include file contains the implementations of the inlined 4 7 * routines for the status package. -
cpukit/rtems/macros/rtems/rtems/support.inl
r4b487363 rd964f79 1 /* support.inl 2 * 1 /** 2 * @file rtems/rtems/support.inl 3 */ 4 5 /* 3 6 * This include file contains the macros implementation of all 4 7 * of the inlined routines specific to the RTEMS API. -
cpukit/rtems/macros/rtems/rtems/tasks.inl
r4b487363 rd964f79 1 /* tasks.inl 2 * 1 /** 2 * @file rtems/rtems/tasks.inl 3 */ 4 5 /* 3 6 * This file contains the macro implementation of all inlined 4 7 * routines in the with RTEMS Tasks Manager. -
cpukit/rtems/macros/rtems/rtems/timer.inl
r4b487363 rd964f79 1 /* timer.inl 2 * 1 /** 2 * @file rtems/rtems/timer.inl 3 */ 4 5 /* 3 6 * This file contains the macro implementation of the inlined routines 4 7 * from the Timer Manager.
Note: See TracChangeset
for help on using the changeset viewer.