Changeset eb02f47 in rtems for cpukit/itron/src/ext_tsk.c
- Timestamp:
- 11/10/99 13:48:27 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 442d0478
- Parents:
- dcc1f6b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/itron/src/ext_tsk.c
rdcc1f6b6 reb02f47 24 24 void ext_tsk( void ) 25 25 { 26 _Thread_Disable_dispatch(); 27 28 _Thread_Restart( _Thread_Executing, NULL, 0 ); 26 29 _Thread_Set_state( _Thread_Executing, STATES_DORMANT ); 30 31 _Thread_Enable_dispatch(); 27 32 }
Note: See TracChangeset
for help on using the changeset viewer.