forked from Imagelibrary/rtems
score: _Scheduler_priority_Get_scheduler_info()
Delete _Scheduler_priority_Get_scheduler_info().
This commit is contained in:
@@ -64,12 +64,6 @@ RTEMS_INLINE_ROUTINE void _Scheduler_priority_Ready_queue_initialize(
|
|||||||
_Chain_Initialize_empty( &ready_queues[index] );
|
_Chain_Initialize_empty( &ready_queues[index] );
|
||||||
}
|
}
|
||||||
|
|
||||||
RTEMS_INLINE_ROUTINE Scheduler_priority_Node *
|
|
||||||
_Scheduler_priority_Get_scheduler_info( Thread_Control *thread )
|
|
||||||
{
|
|
||||||
return ( Scheduler_priority_Node * ) thread->scheduler_node;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enqueues a thread on the specified ready queue.
|
* @brief Enqueues a thread on the specified ready queue.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user