mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-15 16:15:08 -05:00
Finished verification of iteration updates in prvSelectHighestPriorityTask.
This commit is contained in:
parent
9d1b47c5e5
commit
49af8fd30f
2 changed files with 46 additions and 3 deletions
|
|
@ -3,6 +3,11 @@
|
|||
|
||||
#include "single_core_proofs/scp_list_predicates.h"
|
||||
|
||||
/* =============================================================================
|
||||
* The lemmas below assist in opening and closing DLS predicates in a way that
|
||||
* allows accesses to `pxItem->pxNext`.
|
||||
*/
|
||||
|
||||
/*@
|
||||
lemma void DLS_end_next_open(struct xLIST* pxList, struct xLIST_ITEM* pxItem)
|
||||
requires
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue