mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 15:39:19 +08:00
score: Delete _Thread_Set_transient()
This commit is contained in:
@@ -267,22 +267,6 @@ void _Thread_Set_state(
|
||||
States_Control state
|
||||
);
|
||||
|
||||
/**
|
||||
* @brief Sets the transient state for a thread.
|
||||
*
|
||||
* This routine sets the Transient state for @a the_thread. It performs
|
||||
* any necessary scheduling operations including the selection of
|
||||
* a new heir thread.
|
||||
*
|
||||
* @param[in] the_thread is the thread to preform the action upon.
|
||||
*
|
||||
* - INTERRUPT LATENCY:
|
||||
* + single case
|
||||
*/
|
||||
void _Thread_Set_transient(
|
||||
Thread_Control *the_thread
|
||||
);
|
||||
|
||||
/**
|
||||
* @brief Initializes enviroment for a thread.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user