mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-11 14:15:12 -05:00
Added new version of DLS opening lemma that reduces case splits in DLS proofs. Proved 3/4 of it.
This commit is contained in:
parent
49af8fd30f
commit
53189c46d4
3 changed files with 225 additions and 0 deletions
1
tasks.c
1
tasks.c
|
|
@ -932,6 +932,7 @@ static void prvYieldForTask( TCB_t * pxTCB,
|
|||
prvTCB_p(gCurrentTCB, ulFreeBytesOnStack);
|
||||
@*/
|
||||
{
|
||||
//@ assume(false);
|
||||
//@ open taskISRLockInv();
|
||||
//@ assert( integer_((void*) &uxTopReadyPriority, sizeof(UBaseType_t), false, ?gTopReadyPriority) );
|
||||
//@ assert( gTopReadyPriority == uxTopReadyPriority);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue