Switched to new verification target vTaskSwitchContext.

This commit is contained in:
Tobias Reinhard 2022-11-07 14:42:11 -05:00
parent 9fa8c76447
commit 3d4ad64692
2 changed files with 148 additions and 81 deletions

View file

@ -4152,6 +4152,8 @@ BaseType_t xTaskIncrementTick( void )
/*-----------------------------------------------------------*/
void vTaskSwitchContext( BaseType_t xCoreID )
//@ requires 0 <= xCoreID &*& xCoreID < configNUM_CORES;
//@ ensures true;
{
/* Acquire both locks:
* - The ISR lock protects the ready list from simultaneous access by