mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-23 11:09:28 -05:00
Added TODO
This commit is contained in:
parent
cf65065a0c
commit
5b6a92f023
1 changed files with 2 additions and 4 deletions
|
|
@ -42,14 +42,12 @@ ensures List_array_p(array, index) &*&
|
||||||
close List_array_p(array, index);
|
close List_array_p(array, index);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// For testing purposes only!
|
|
||||||
// TODO: Replace by Aaloks list predicate
|
|
||||||
predicate List_p(List_t* l);
|
|
||||||
@*/
|
@*/
|
||||||
|
|
||||||
|
|
||||||
/*@
|
/*@
|
||||||
|
// TODO: We know that the list of priority 0 is never empty.
|
||||||
|
// It contains the idle task and nothing else.
|
||||||
predicate readyLists_p() =
|
predicate readyLists_p() =
|
||||||
List_array_p(&pxReadyTasksLists, configMAX_PRIORITIES);
|
List_array_p(&pxReadyTasksLists, configMAX_PRIORITIES);
|
||||||
@*/
|
@*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue