mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-12 14:45:09 -05:00
Strengthened postcondition of reordering lemma.
This commit is contained in:
parent
d028b1d04a
commit
7fe2ec22f2
1 changed files with 2 additions and 1 deletions
|
|
@ -285,7 +285,8 @@ void VF_reordeReadyList(List_t* pxReadyList, ListItem_t * pxTaskItem)
|
|||
readyLists_p(?gReorderedCellLists, ?gReorderedOwnerLists) &*&
|
||||
length(gReorderedCellLists) == length(gCellLists) &*&
|
||||
length(gReorderedOwnerLists) == length(gOwnerLists) &*&
|
||||
length(gReorderedCellLists) == length(gReorderedOwnerLists);
|
||||
length(gReorderedCellLists) == length(gReorderedOwnerLists) &*&
|
||||
forall(gReorderedOwnerLists, (superset)(gTasks)) == true;
|
||||
@*/
|
||||
{
|
||||
//@ open VF_reordeReadyList__ghost_args(_, _, _, _);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue