Changeset f4d52cd7 in rtems
- Timestamp:
- 04/19/96 19:36:59 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3b76313
- Parents:
- 8cf88427
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/headers/chain.h
r8cf88427 rf4d52cd7 85 85 86 86 /* 87 * _Chain_Get_first_unprotected 88 */ 89 90 #ifndef USE_INLINES 91 Chain_Node *_Chain_Get_first_unprotected( 92 Chain_Control *the_chain 93 ); 94 #endif 95 96 /* 87 97 * _Chain_Extract 88 98 * -
c/src/exec/score/headers/isr.h
r8cf88427 rf4d52cd7 215 215 void _ISR_Dispatch( void ); 216 216 217 #ifndef __RTEMS_APPLICATION__218 217 #include <rtems/score/isr.inl> 219 #endif220 218 221 219 #ifdef __cplusplus -
c/src/exec/score/headers/thread.h
r8cf88427 rf4d52cd7 546 546 547 547 /* 548 * _Thread_Get 549 * 550 * NOTE: If we are not using static inlines, this must be a real 551 * subroutine call. 552 */ 553 554 #ifndef USE_INLINES 555 Thread_Control *_Thread_Get ( 556 Objects_Id id, 557 Objects_Locations *location 558 ); 559 #endif 560 561 /* 548 562 * _Thread_Idle_body 549 563 * -
c/src/exec/score/include/rtems/score/chain.h
r8cf88427 rf4d52cd7 85 85 86 86 /* 87 * _Chain_Get_first_unprotected 88 */ 89 90 #ifndef USE_INLINES 91 Chain_Node *_Chain_Get_first_unprotected( 92 Chain_Control *the_chain 93 ); 94 #endif 95 96 /* 87 97 * _Chain_Extract 88 98 * -
c/src/exec/score/include/rtems/score/isr.h
r8cf88427 rf4d52cd7 215 215 void _ISR_Dispatch( void ); 216 216 217 #ifndef __RTEMS_APPLICATION__218 217 #include <rtems/score/isr.inl> 219 #endif220 218 221 219 #ifdef __cplusplus -
c/src/exec/score/include/rtems/score/thread.h
r8cf88427 rf4d52cd7 546 546 547 547 /* 548 * _Thread_Get 549 * 550 * NOTE: If we are not using static inlines, this must be a real 551 * subroutine call. 552 */ 553 554 #ifndef USE_INLINES 555 Thread_Control *_Thread_Get ( 556 Objects_Id id, 557 Objects_Locations *location 558 ); 559 #endif 560 561 /* 548 562 * _Thread_Idle_body 549 563 * -
cpukit/score/include/rtems/score/chain.h
r8cf88427 rf4d52cd7 85 85 86 86 /* 87 * _Chain_Get_first_unprotected 88 */ 89 90 #ifndef USE_INLINES 91 Chain_Node *_Chain_Get_first_unprotected( 92 Chain_Control *the_chain 93 ); 94 #endif 95 96 /* 87 97 * _Chain_Extract 88 98 * -
cpukit/score/include/rtems/score/isr.h
r8cf88427 rf4d52cd7 215 215 void _ISR_Dispatch( void ); 216 216 217 #ifndef __RTEMS_APPLICATION__218 217 #include <rtems/score/isr.inl> 219 #endif220 218 221 219 #ifdef __cplusplus -
cpukit/score/include/rtems/score/thread.h
r8cf88427 rf4d52cd7 546 546 547 547 /* 548 * _Thread_Get 549 * 550 * NOTE: If we are not using static inlines, this must be a real 551 * subroutine call. 552 */ 553 554 #ifndef USE_INLINES 555 Thread_Control *_Thread_Get ( 556 Objects_Id id, 557 Objects_Locations *location 558 ); 559 #endif 560 561 /* 548 562 * _Thread_Idle_body 549 563 *
Note: See TracChangeset
for help on using the changeset viewer.