mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-12 22:55:07 -05:00
Updated ready list invariant from requiring exactly 1 idle task to configNUM_CORES idle tasks.
This commit is contained in:
parent
9a81e7b860
commit
136b1d69b2
2 changed files with 6 additions and 6 deletions
2
tasks.c
2
tasks.c
|
|
@ -1079,7 +1079,7 @@ static void prvYieldForTask( TCB_t * pxTCB,
|
|||
&*&
|
||||
subset(gOwners, gTasks) == true &*&
|
||||
(uxCurrentPriority == 0
|
||||
? length(gCells) == 2
|
||||
? length(gCells) == configNUM_CORES
|
||||
: true
|
||||
) &*&
|
||||
List_array_p(&pxReadyTasksLists, uxCurrentPriority, gPrefCellLists,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue