Changeset 86c847c1 in rtems for cpukit/score/inline/rtems/score/thread.inl
- Timestamp:
- 09/24/11 12:45:55 (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- c5ed148
- Parents:
- f40139b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/inline/rtems/score/thread.inl
rf40139b r86c847c1 112 112 RTEMS_INLINE_ROUTINE void _Thread_Stop_multitasking( void ) 113 113 { 114 #if defined(_CPU_Stop_multitasking) 115 _CPU_Stop_multitasking( &_Thread_BSP_context ); 116 #else 114 117 /* 115 118 * This may look a bit of an odd but _Context_Restart_self is just … … 121 124 */ 122 125 _Context_Restart_self( &_Thread_BSP_context ); 126 #endif 123 127 124 128 /***************************************************************
Note: See TracChangeset
for help on using the changeset viewer.