mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-11 22:25:14 -05:00
Introduced initial formulation of predicate to capture shared ready lists.
This commit is contained in:
parent
6dcaef48d6
commit
c9e61fce49
3 changed files with 80 additions and 1 deletions
3
tasks.c
3
tasks.c
|
|
@ -982,6 +982,9 @@ static void prvYieldForTask( TCB_t * pxTCB,
|
|||
}
|
||||
#endif
|
||||
|
||||
//@ open taskISRLockInv();
|
||||
//@ open readyLists_p();
|
||||
//@ List_array_p_index_within_limits(&pxReadyTasksLists, uxCurrentPriority);
|
||||
if( listLIST_IS_EMPTY( &( pxReadyTasksLists[ uxCurrentPriority ] ) ) == pdFALSE )
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue