Introduced initial formulation of predicate to capture shared ready lists.

This commit is contained in:
Tobias Reinhard 2022-11-18 09:22:31 -05:00
parent 6dcaef48d6
commit c9e61fce49
3 changed files with 80 additions and 1 deletions

View file

@ -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 )
{