+ Modified to use new Thread_Reset routine instead of the restart method.

This commit is contained in:
Jennifer Averett
1999-11-15 21:31:28 +00:00
parent e672263c39
commit 1ae60eb4e6
2 changed files with 2 additions and 2 deletions

View File

@@ -32,8 +32,8 @@ void ext_tsk( void )
_Thread_Disable_dispatch();
_Thread_Restart( _Thread_Executing, NULL, 0 );
_Thread_Set_state( _Thread_Executing, STATES_DORMANT );
_Thread_Reset( _Thread_Executing, NULL, 0 );
_Thread_Enable_dispatch();
}