mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-11 14:15:12 -05:00
Used single-core list predicate xLIST to express access permissions to ready lists in readyLists_p.
This commit is contained in:
parent
8f463be9d8
commit
cf65065a0c
3 changed files with 43 additions and 6 deletions
2
tasks.c
2
tasks.c
|
|
@ -985,6 +985,8 @@ static void prvYieldForTask( TCB_t * pxTCB,
|
|||
//@ open taskISRLockInv();
|
||||
//@ open readyLists_p();
|
||||
//@ List_array_p_index_within_limits(&pxReadyTasksLists, uxCurrentPriority);
|
||||
//@ List_array_get_l(pxReadyTasksLists, uxCurrentPriority);
|
||||
//@ open xLIST(&pxReadyTasksLists[uxCurrentPriority], _, _, _, _, _);
|
||||
if( listLIST_IS_EMPTY( &( pxReadyTasksLists[ uxCurrentPriority ] ) ) == pdFALSE )
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue